summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util.c b/util.c
index c25181e..54a0a64 100644
--- a/util.c
+++ b/util.c
@@ -57,8 +57,7 @@ int request(char *host, char *request, char *savecookie, char **body) {
char *headpos;
size_t headsize;
char headline[BUFSIZ] = "";
- char *buf;
- char *cur, *pos;
+ char *buf, *cur, *pos;
if((fd = dial(host, "80")) == -1) return 0;