mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
largepost.c: corrected const pointer to const char
This commit is contained in:
@@ -65,7 +65,7 @@ const char *servererrorpage =
|
||||
"<html><body>An internal server error has occured.</body></html>";
|
||||
const char *fileexistspage =
|
||||
"<html><body>This file already exists.</body></html>";
|
||||
const char const *postprocerror =
|
||||
const char* const postprocerror =
|
||||
"<html><head><title>Error</title></head><body>Error processing POST data</body></html>";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user