Fix printing table

This commit is contained in:
QC 2015-05-02 12:08:50 +02:00
parent d2eeffe2d9
commit 493801602a
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ void config_xresource_free ( void )
static void xresource_dump_entry ( const char *namePrefix, XrmOption *option ) static void xresource_dump_entry ( const char *namePrefix, XrmOption *option )
{ {
printf ( "%s.%s: %*s", namePrefix, option->name, printf ( "%s.%s: %*s", namePrefix, option->name,
(int) ( 25 - strlen ( option->name ) ), "" ); (int) ( 30 - strlen ( option->name ) ), "" );
switch ( option->type ) switch ( option->type )
{ {
case xrm_Number: case xrm_Number: