diff options
Diffstat (limited to 'apps/JAWS/server/HTTP_Request.cpp')
-rw-r--r-- | apps/JAWS/server/HTTP_Request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/HTTP_Request.cpp b/apps/JAWS/server/HTTP_Request.cpp index e88eedbe377..d918f55616e 100644 --- a/apps/JAWS/server/HTTP_Request.cpp +++ b/apps/JAWS/server/HTTP_Request.cpp @@ -604,7 +604,7 @@ const char * HTTP_Request::path (const char *uri_string) { char const *file_name = uri_string; - char buf[MAXPATHLEN+1]; + char buf[MAXPATHLEN + 1]; buf[0] = '\0'; if (file_name == 0) return 0; |