diff options
author | snowdrop | 2004-08-30 13:25:23 +0000 |
---|---|---|
committer | snowdrop | 2004-08-30 13:25:23 +0000 |
commit | 056647348ff38f83b5e13bed1c4f4bb76cce50f9 (patch) | |
tree | 70b26c98086029d71db2fd9179eb9e7ff5b1f696 /nanohttp/nanohttp-client.c | |
parent | 295147a45091769563551a26c79a06abbe5f4dc9 (diff) | |
download | csoap-056647348ff38f83b5e13bed1c4f4bb76cce50f9.tar.gz csoap-056647348ff38f83b5e13bed1c4f4bb76cce50f9.tar.bz2 |
optimized warnings
Diffstat (limited to 'nanohttp/nanohttp-client.c')
-rw-r--r-- | nanohttp/nanohttp-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-client.c b/nanohttp/nanohttp-client.c index e0456e8..59d0cd0 100644 --- a/nanohttp/nanohttp-client.c +++ b/nanohttp/nanohttp-client.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-client.c,v 1.14 2004/08/30 07:55:41 snowdrop Exp $ +* $Id: nanohttp-client.c,v 1.15 2004/08/30 13:28:58 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -521,7 +521,7 @@ int httpc_receive_response(httpc_conn_t *conn, } log_error1("Unknown server response retreive type!"); - + return -1; } /*-------------------------------------------------- |