aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_tricky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_tricky.c')
-rw-r--r--src/testcurl/test_tricky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c
index 039ef009..49b89e84 100644
--- a/src/testcurl/test_tricky.c
+++ b/src/testcurl/test_tricky.c
@@ -393,7 +393,7 @@ ahcCheck (void *cls,
393 mhdErrorExitDesc ("'upload_data' is not NULL"); 393 mhdErrorExitDesc ("'upload_data' is not NULL");
394 394
395 if (NULL == upload_data_size) 395 if (NULL == upload_data_size)
396 mhdErrorExitDesc ("'upload_data_size' pointer is not NULL"); 396 mhdErrorExitDesc ("'upload_data_size' pointer is NULL");
397 397
398 if (0 != *upload_data_size) 398 if (0 != *upload_data_size)
399 mhdErrorExitDesc ("'*upload_data_size' value is not zero"); 399 mhdErrorExitDesc ("'*upload_data_size' value is not zero");