aboutsummaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http.c b/src/http.c
index a2e2ff1..36fcc5f 100644
--- a/src/http.c
+++ b/src/http.c
@@ -139,7 +139,7 @@ httpSocket * HTTP_Connection( const httpRequest *request )
}
SSBOOL HTTP_GetHeaderValueString(const httpRequest *request,
- const String *header, String *value)
+ const String *header, String *value)
{
const char * v = HTTP_HeaderValue(request, GetBuffer( header ) );
if( v )
@@ -752,7 +752,7 @@ static int StripArgs(httpRequest *request, char *request_uri)
}
/* Append to local list */
- /* SW it isn't perfecty obvious this non NULL */
+ /* SW it isn't perfecty obvious this non NULL */
last->next = argument;
}
else