aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-encodings-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-encodings-test.c')
-rw-r--r--tests/ephy-encodings-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ephy-encodings-test.c b/tests/ephy-encodings-test.c
index 209aeb3cb..fa743dd51 100644
--- a/tests/ephy-encodings-test.c
+++ b/tests/ephy-encodings-test.c
@@ -33,7 +33,7 @@
#define NUM_ENCODINGS 78
static void
-test_ephy_encodings_create ()
+test_ephy_encodings_create (void)
{
EphyEncoding *encoding;
@@ -50,7 +50,7 @@ test_ephy_encodings_create ()
}
static void
-test_ephy_encodings_get ()
+test_ephy_encodings_get (void)
{
EphyEncodings *encodings;
GList *all, *p;