diff options
-rw-r--r-- | src/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c index 5a98b2f..c668b94 100644 --- a/src/about.c +++ b/src/about.c @@ -29,7 +29,7 @@ #include "application.h" #include "about/paths.h" -GHashTable * +static GHashTable * parse_query_string(gchar *str) { GHashTable *hash_table; |