test_fs_getopt.c | test_fs_getopt.c | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
int | int | |||
main (int argc, char *argv[]) | main (int argc, char *argv[]) | |||
{ | { | |||
GNUNET_log_setup ("test_fs_directory", | GNUNET_log_setup ("test_fs_directory", | |||
#if VERBOSE | #if VERBOSE | |||
"DEBUG", | "DEBUG", | |||
#else | #else | |||
"WARNING", | "WARNING", | |||
#endif | #endif | |||
NULL); | NULL); | |||
fprintf (stderr, "WARNING: testcase not yet written.\n"); | FPRINTF (stderr, "%s", "WARNING: testcase not yet written.\n"); | |||
return 0; /* testcase passed */ | return 0; /* testcase passed */ | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |