aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
commit3368e64ea2c577cc5e6d4274d00cf6ec1641e063 (patch)
treefc5f266f23a30092e086958f9042eb4e113d6621 /src/fs
parent4c82e28a40c038caef74a1a08ab0df3257615c4b (diff)
downloadgnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.tar.gz
gnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.zip
-fixing compile errors in tests
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_fs_file_information.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_file_information.c b/src/fs/test_fs_file_information.c
index 34ac3285e..0a2969cd3 100644
--- a/src/fs/test_fs_file_information.c
+++ b/src/fs/test_fs_file_information.c
@@ -152,7 +152,8 @@ testThumbnail ()
152 if (ex == NULL) 152 if (ex == NULL)
153 { 153 {
154 FPRINTF (stderr, 154 FPRINTF (stderr,
155 "Test incomplete, have no GTK thumbnail extractor available.\n", NULL); 155 "%s",
156 "Test incomplete, have no GTK thumbnail extractor available.\n");
156 return 0; /* can not test, no thumbnailer */ 157 return 0; /* can not test, no thumbnailer */
157 } 158 }
158 ex = EXTRACTOR_plugin_add_config (ex, "mime", 159 ex = EXTRACTOR_plugin_add_config (ex, "mime",