From ba2d078858f4bd7c4e83cd7c44cc940fa9edb6d9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 18 Jan 2022 15:19:13 +0300 Subject: [PATCH] largepost: fixed code style --- doc/examples/largepost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c index 58649508..ee9e85da 100644 --- a/doc/examples/largepost.c +++ b/doc/examples/largepost.c @@ -86,7 +86,7 @@ const char *fileexistspage = "This file already exists."; const char *fileioerror = "IO error writing to disk."; -const char*const postprocerror = +const char *const postprocerror = "ErrorError processing POST data";