mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
change formating for Info_Print
This commit is contained in:
parent
7c5c53774f
commit
23a2760194
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Info_Print (info_t *info)
|
|||
key_list = (info_key_t **)Hash_GetList (info->tab);
|
||||
|
||||
for (key = key_list; *key; key++) {
|
||||
Sys_Printf ("%20s %s\n", (*key)->key, (*key)->value);
|
||||
Sys_Printf ("%-15s %s\n", (*key)->key, (*key)->value);
|
||||
}
|
||||
free (key_list);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue