summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-31 19:04:38 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-31 19:04:38 +0100
commit192acf0f7871fab9b3bd321910c13ebeba96f4e3 (patch)
tree32e573ae7d6a5252fcbea1f20bf74c2fd747fe34 /source/xrmoptions.c
parentcb095127801519c661eea5addb8b64a56148958c (diff)
Playing
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index ecb06fb5..7aefd595 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -520,7 +520,7 @@ void print_xresources_theme ( void )
}
printf ( "! ------------------------------------------------------------------------------\n" );
printf ( "! ROFI Color theme\n" );
- printf ( "! User: %s\n", g_get_user_name());
+ printf ( "! User: %s\n", g_get_user_name () );
printf ( "! ------------------------------------------------------------------------------\n" );
const char * namePrefix = "rofi";
unsigned int entries = sizeof ( xrmOptions ) / sizeof ( *xrmOptions );