From 94ec3569e3c42693045ee33c36152526cdf46f78 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 10 Jul 2012 22:52:33 +0100 Subject: Clean up style --- util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util.c') 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; -- cgit v1.2.3