From c7e860bb55e3d0173be5174607f84555f0632aa5 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 8 Jan 2017 16:34:50 +0100 Subject: [PATCH] Fix doxygen typo --- include/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/theme.h b/include/theme.h index 08105654..f867cb72 100644 --- a/include/theme.h +++ b/include/theme.h @@ -200,7 +200,7 @@ gboolean rofi_theme_parse_file ( const char *file ); * * @returns returns TRUE when error. */ -gboolean rofi_theme_parse_string ( const char *file ); +gboolean rofi_theme_parse_string ( const char *string ); /** * @param widget The widget handle.