mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
Fix printing table
This commit is contained in:
parent
d2eeffe2d9
commit
493801602a
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ void config_xresource_free ( void )
|
|||
static void xresource_dump_entry ( const char *namePrefix, XrmOption *option )
|
||||
{
|
||||
printf ( "%s.%s: %*s", namePrefix, option->name,
|
||||
(int) ( 25 - strlen ( option->name ) ), "" );
|
||||
(int) ( 30 - strlen ( option->name ) ), "" );
|
||||
switch ( option->type )
|
||||
{
|
||||
case xrm_Number:
|
||||
|
|
Loading…
Add table
Reference in a new issue