aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-18 11:23:22 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-18 11:23:22 +0200
commit439c14ab00572618669686a339bb88d81256e19b (patch)
treee15348b87ff916fc58bf8a3aaf8e5860871510af
parentdca675afab5776e17f9a37b891a70cd0d97d76f1 (diff)
downloadlibmicrohttpd-439c14ab00572618669686a339bb88d81256e19b.tar.gz
libmicrohttpd-439c14ab00572618669686a339bb88d81256e19b.zip
fix typo
-rw-r--r--src/testzzuf/test_long_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c
index de35b58a..63555d50 100644
--- a/src/testzzuf/test_long_header.c
+++ b/src/testzzuf/test_long_header.c
@@ -228,7 +228,7 @@ main (int argc, char *const *argv)
228 const char *sl; 228 const char *sl;
229 229
230 sl = strrchr (argv[0], (int) '/'); 230 sl = strrchr (argv[0], (int) '/');
231 oneone = (NULL != sl) ? (NULL != strstr (sl), "11")) : 0; 231 oneone = (NULL != sl) ? (NULL != strstr (sl, "11")) : 0;
232 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 232 if (0 != curl_global_init (CURL_GLOBAL_WIN32))
233 return 2; 233 return 2;
234 errorCount += testLongUrlGet (); 234 errorCount += testLongUrlGet ();