diff options
Diffstat (limited to 'doc/examples/largepost.c')
-rw-r--r-- | doc/examples/largepost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c index 01d005ab..dc0e76c0 100644 --- a/doc/examples/largepost.c +++ b/doc/examples/largepost.c @@ -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>"; |