diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-about-handler.c | 2 | ||||
-rw-r--r-- | embed/uri-tester.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c index 12f0ad71e..9f4caf665 100644 --- a/embed/ephy-about-handler.c +++ b/embed/ephy-about-handler.c @@ -36,7 +36,7 @@ static gchar *css_style = NULL; static void -read_css_style () +read_css_style (void) { GError *error = NULL; const gchar *file; diff --git a/embed/uri-tester.c b/embed/uri-tester.c index f997cd7c4..e71990252 100644 --- a/embed/uri-tester.c +++ b/embed/uri-tester.c @@ -75,7 +75,7 @@ static gboolean uri_tester_parse_file_at_uri (UriTester *tester, const char *fileuri); static char * -uri_tester_ensure_data_dir () +uri_tester_ensure_data_dir (void) { char *folder = NULL; |