aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
commit652e89b59ed2207c2c12172fdabcd6e659995c81 (patch)
treef054c819d483c1056e18c1099afd4c7fcd2582a0 /src/util/test_configuration.c
parent5e4113e83368849500792e57946c3d8dd9e548d8 (diff)
downloadgnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.tar.gz
gnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.zip
fixing bio testcase and a bug in bio.c, also indenting
Diffstat (limited to 'src/util/test_configuration.c')
-rw-r--r--src/util/test_configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c
index 6a2fda699..4c7f69a14 100644
--- a/src/util/test_configuration.c
+++ b/src/util/test_configuration.c
@@ -70,7 +70,7 @@ testConfig ()
70#ifndef MINGW 70#ifndef MINGW
71 if (0 != strcmp (c, "/hello/world")) 71 if (0 != strcmp (c, "/hello/world"))
72#else 72#else
73 #define HI "\\hello\\world" 73#define HI "\\hello\\world"
74 if (strstr (c, HI) != c + strlen (c) - strlen (HI)) 74 if (strstr (c, HI) != c + strlen (c) - strlen (HI))
75#endif 75#endif
76 { 76 {