small typo likely from copy&paste causing macro names to be different

between builds with and without messages resulting in compilation
failure if configured with --disable-messages

Signed-off-by: Jan Palus <jpalus@fastmail.com>
This commit is contained in:
Christian Grothoff
2024-02-04 18:29:15 +01:00
parent c180d258ce
commit 2f892f4c6b
+2 -2
View File
@@ -381,7 +381,7 @@
"<body>HTTP request has invalid character in footer.</body>" \
"</html>"
#else
#define ERR_RSP_INVALID_CHR_IN_HEADER ""
#define ERR_RSP_INVALID_CHR_IN_FOOTER ""
#endif
/**
@@ -394,7 +394,7 @@
"<body>HTTP request header line has no colon character.</body>" \
"</html>"
#else
#define ERR_RSP_INVALID_CHR_IN_HEADER ""
#define ERR_RSP_HEADER_WITHOUT_COLON ""
#endif
/**