From cc714f8f91f9c36192f19fb13e70205771ee1caf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 4 May 2017 07:56:40 +0200 Subject: Fix more compiler warning --- include/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3