From 0f477f227836a1a79597f4a64c50030f742785db Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 7 Mar 2006 16:20:37 +0000 Subject: Removed C++ style comments --- nanohttp/nanohttp-request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-request.c') 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) { -- cgit v1.1-32-gdbae