diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-05-07 14:28:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-05-07 14:28:44 +0000 |
commit | a4ca6303e60aa1df352792e83ef687e9633a9e5d (patch) | |
tree | fae6df600e930cb751c40a4fc7071bf8cf0eff80 /src/util/test_strings.c | |
parent | ee561b41f0ee4857392d1da1d468fce5cea063b1 (diff) |
-fix
Diffstat (limited to 'src/util/test_strings.c')
-rw-r--r-- | src/util/test_strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_strings.c b/src/util/test_strings.c index d361ce0b6a..b662623e8c 100644 --- a/src/util/test_strings.c +++ b/src/util/test_strings.c @@ -101,8 +101,8 @@ check () GNUNET_log_skip (2, GNUNET_NO); b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "unknown"); GNUNET_log_skip (0, GNUNET_YES); -#endif WANT ("TEST", b); +#endif return 0; } |