diff options
Diffstat (limited to 'test/bench/shootout/k-nucleotide.c')
-rw-r--r-- | test/bench/shootout/k-nucleotide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/shootout/k-nucleotide.c b/test/bench/shootout/k-nucleotide.c index 3bace391c..9c3062020 100644 --- a/test/bench/shootout/k-nucleotide.c +++ b/test/bench/shootout/k-nucleotide.c @@ -221,7 +221,7 @@ main () free(s); - g_ptr_array_foreach(roots, free, NULL); + g_ptr_array_foreach(roots, (GFunc)free, NULL); g_ptr_array_free(roots, TRUE); return 0; |