diff options
Diffstat (limited to 'tests/ephy-embed-single-test.c')
-rw-r--r-- | tests/ephy-embed-single-test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c index e9e5c0a70..0bd9a3047 100644 --- a/tests/ephy-embed-single-test.c +++ b/tests/ephy-embed-single-test.c @@ -32,7 +32,7 @@ #include <gtk/gtk.h> static void -test_embed_single_new () +test_embed_single_new (void) { EphyEmbedSingle *single; @@ -43,7 +43,7 @@ test_embed_single_new () } static void -test_embed_single_get_from_shell () +test_embed_single_get_from_shell (void) { EphyEmbedSingle *single; @@ -52,7 +52,7 @@ test_embed_single_get_from_shell () } static void -test_embed_single_form_auth () +test_embed_single_form_auth (void) { EphyEmbedSingle *single; GSList *results = NULL; |