summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-request.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-03-07 16:20:37 +0000
committerGravatar m0gg2006-03-07 16:20:37 +0000
commit0f477f227836a1a79597f4a64c50030f742785db (patch)
tree17e2506c2ca85944584e5e14776798211b98fda2 /nanohttp/nanohttp-request.c
parent792fde0d169230910f1f62cb25071aee1d1b4342 (diff)
downloadcsoap-0f477f227836a1a79597f4a64c50030f742785db.tar.gz
csoap-0f477f227836a1a79597f4a64c50030f742785db.tar.bz2
Removed C++ style comments
Diffstat (limited to 'nanohttp/nanohttp-request.c')
-rwxr-xr-xnanohttp/nanohttp-request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-request.c b/nanohttp/nanohttp-request.c
index 97a2c21..04adf00 100755
--- a/nanohttp/nanohttp-request.c
+++ b/nanohttp/nanohttp-request.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-request.c,v 1.12 2006/03/06 13:37:38 m0gg Exp $
+* $Id: nanohttp-request.c,v 1.13 2006/03/07 16:20:37 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -267,7 +267,7 @@ hrequest_new_from_socket(hsocket_t *sock, hrequest_t ** out)
buffer[i + 1] = '\0'; /* for strmp */
-// log_error2("buffer=\"%s\"", buffer);
+/* log_error2("buffer=\"%s\"", buffer); */
if (i > 3)
{