change formating for Info_Print

This commit is contained in:
Bill Currie 2001-11-04 20:48:12 +00:00
parent 7c5c53774f
commit 23a2760194

View file

@ -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);
}