Fix some compiler warnings.

This commit is contained in:
Guus Sliepen 2011-05-17 10:58:22 +02:00
parent a80c18dd20
commit 8de8f1d9e2
5 changed files with 4 additions and 5 deletions

View file

@ -72,7 +72,7 @@ void broadcast_meta(connection_t *from, const char *buffer, int length) {
}
bool receive_meta(connection_t *c) {
int inlen, reqlen;
int inlen;
char inbuf[MAXBUFSIZE];
char *bufp = inbuf, *endp;