summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vchat-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-connection.c b/vchat-connection.c
index a030bbe..165ed9b 100644
--- a/vchat-connection.c
+++ b/vchat-connection.c
@@ -197,7 +197,7 @@ void vc_sendmessage(const char *msg) {
197 197
198 198
199/* get data from servers connection */ 199/* get data from servers connection */
200void vc_receive(void) { 200int vc_receive(void) {
201/* offset in buffer (for linebreaks at packet borders) */ 201/* offset in buffer (for linebreaks at packet borders) */
202 static char buf[RECEIVEBUF_SIZE]; 202 static char buf[RECEIVEBUF_SIZE];
203 static size_t buf_fill; 203 static size_t buf_fill;