aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_postprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_postprocessor.c')
-rw-r--r--src/microhttpd/test_postprocessor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c
index 50dfd534..73607eaf 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -54,7 +54,7 @@ struct expResult
54 * Each series of checks should be terminated by 54 * Each series of checks should be terminated by
55 * five NULL-entries. 55 * five NULL-entries.
56 */ 56 */
57struct expResult exp_results[] = { 57static struct expResult exp_results[] = {
58#define URL_NOVALUE1_DATA "abc&x=5" 58#define URL_NOVALUE1_DATA "abc&x=5"
59#define URL_NOVALUE1_START 0 59#define URL_NOVALUE1_START 0
60 {"abc", NULL, NULL, NULL, /* NULL */ ""}, /* change after API update */ 60 {"abc", NULL, NULL, NULL, /* NULL */ ""}, /* change after API update */