From c1d41f38b0db0070d171ad09e98a0339883720cf Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Thu, 9 Aug 2018 11:13:10 +0000 Subject: [PATCH] Cleanup: Fixed 9 year old typo. --- httpp/httpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpp/httpp.h b/httpp/httpp.h index 8302cd5..0d4d137 100644 --- a/httpp/httpp.h +++ b/httpp/httpp.h @@ -33,7 +33,7 @@ #define HTTPP_VAR_VERSION "__version" #define HTTPP_VAR_URI "__uri" #define HTTPP_VAR_RAWURI "__rawuri" -#define HTTPP_VAR_QUERYARGS " __queryargs" +#define HTTPP_VAR_QUERYARGS "__queryargs" #define HTTPP_VAR_REQ_TYPE "__req_type" #define HTTPP_VAR_ERROR_MESSAGE "__errormessage" #define HTTPP_VAR_ERROR_CODE "__errorcode"