summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-08 16:34:50 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-08 16:34:50 +0100
commitc7e860bb55e3d0173be5174607f84555f0632aa5 (patch)
tree63c8bafd2fa51ad0d53987fe33c7a0941a0b24f9 /include
parent8543ac8438c524cc5a743beaaf5459adee445645 (diff)
Fix doxygen typo
Diffstat (limited to 'include')
-rw-r--r--include/theme.h2
1 files changed, 1 insertions, 1 deletions
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.