mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +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);
|
key_list = (info_key_t **)Hash_GetList (info->tab);
|
||||||
|
|
||||||
for (key = key_list; *key; key++) {
|
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);
|
free (key_list);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue