diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-16 10:24:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-16 10:24:28 -0500 |
commit | 7c3b6138a125899b14460f68751de03103523447 (patch) | |
tree | 4f3dc124afaa0f86830b718cd7ee3ea3399808d0 /tests | |
parent | 1b745e7cfc789a3eb12c3388c2bad4b694083f4d (diff) | |
download | pango-7c3b6138a125899b14460f68751de03103523447.tar.gz |
Cosmetics
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testrandom.c | 2 |
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); |