From eac898afd82b6400cefd0466073c31a734ee1fdb Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 5 Oct 2008 12:28:12 +0000 Subject: white space in comment --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.c') diff --git a/ot_http.c b/ot_http.c index 462b8dd..8a0f069 100644 --- a/ot_http.c +++ b/ot_http.c @@ -521,7 +521,7 @@ ssize_t http_handle_request( const int64 client_socket, char *data, size_t recv_ scrapes by looking for "a*" or "sc" */ len = scan_urlencoded_query( &c, data = c, SCAN_PATH ); - /* If parsing returned an error, leave with not found*/ + /* If parsing returned an error, leave with not found */ if( g_redirecturl && ( len == -2 ) ) HTTPERROR_302; if( len <= 0 ) HTTPERROR_404; -- cgit v1.2.3