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 /getgbook.c | |
parent | 5ec812de4c16f7046676b0e99a71b105a898b2f1 (diff) |
Clean up style
Diffstat (limited to 'getgbook.c')
-rw-r--r-- | getgbook.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -77,7 +77,8 @@ int getpagelist() int getpageurls(char *pagecode, char *cookie) { char url[URLMAX], code[STRMAX], m[STRMAX]; - char *c = NULL, *d, *p, *q, *buf = NULL; + char *c = NULL, *buf = NULL; + char *d, *p, *q; int i, j; snprintf(url, URLMAX, "/books?id=%s&pg=%s&jscmd=click3&q=subject:a&redir_esc=y", bookid, pagecode); |