aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhttp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/protocolhttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp
index f512eda..534cb02 100644
--- a/src/protocolhttp.cpp
+++ b/src/protocolhttp.cpp
@@ -33,7 +33,7 @@ void Bu::ProtocolHttp::onNewConnection( Bu::Client *pClient )
33 iState = 0; 33 iState = 0;
34} 34}
35 35
36#define SDB( i ) { } 36#define SDB( i ) (void)0
37//#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() ) 37//#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() )
38 38
39void Bu::ProtocolHttp::onNewData( Bu::Client *pClient ) 39void Bu::ProtocolHttp::onNewData( Bu::Client *pClient )