diff options
author | Nick White <git@njw.me.uk> | 2012-07-10 22:52:33 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-07-10 22:52:33 +0100 |
commit | 94ec3569e3c42693045ee33c36152526cdf46f78 (patch) | |
tree | d15cf50f92bbf05a5b2f4a31704040f396be97a8 /util.c | |
parent | 5ec812de4c16f7046676b0e99a71b105a898b2f1 (diff) |
Clean up style
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |