From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/fs/test_fs_getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/test_fs_getopt.c') diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c index 03de383a4..3562069e1 100644 --- a/src/fs/test_fs_getopt.c +++ b/src/fs/test_fs_getopt.c @@ -32,6 +32,6 @@ main (int argc, char *argv[]) GNUNET_log_setup ("test_fs_getopt", "WARNING", NULL); - FPRINTF (stderr, "%s", "WARNING: testcase not yet written.\n"); + fprintf (stderr, "%s", "WARNING: testcase not yet written.\n"); return 0; /* testcase passed */ } -- cgit v1.2.3