summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-16 10:24:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-16 10:24:28 -0500
commit7c3b6138a125899b14460f68751de03103523447 (patch)
tree4f3dc124afaa0f86830b718cd7ee3ea3399808d0
parent1b745e7cfc789a3eb12c3388c2bad4b694083f4d (diff)
downloadpango-7c3b6138a125899b14460f68751de03103523447.tar.gz
Cosmetics
-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);