summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testrandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrandom.c b/tests/testrandom.c
index e28d9442..332376b6 100644
--- a/tests/testrandom.c
+++ b/tests/testrandom.c
@@ -235,7 +235,7 @@ load_hunspell_words (const char *language)
bytes = g_file_load_bytes (file, NULL, NULL, NULL);
g_object_unref (file);
if (bytes == NULL)
- return NULL;;
+ return NULL;
words = g_strsplit (g_bytes_get_data (bytes, NULL), "\n", -1);
g_bytes_unref (bytes);