summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-04 07:56:40 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-04 07:56:40 +0200
commitcc714f8f91f9c36192f19fb13e70205771ee1caf (patch)
treee88c263564d1345ea3ad050a12e8a09dec6bdd7c /include/theme.h
parentdbf551ec15328307ad5b956e3070f0e707a1b8f4 (diff)
Fix more compiler warning
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/theme.h b/include/theme.h
index 448b67b1..16d03c1d 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -442,6 +442,7 @@ gboolean rofi_theme_is_empty ( void );
* Convert old theme colors into default one.
*/
void rofi_theme_convert_old ( void );
+#endif
/**
* @param file File name passed to option.
@@ -450,4 +451,3 @@ void rofi_theme_convert_old ( void );
*/
char *helper_get_theme_path ( const char *file );
#endif
-#endif