mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
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:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user