summaryrefslogtreecommitdiff
path: root/getabook.c
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-07-10 22:52:33 +0100
committerNick White <git@njw.me.uk>2012-07-10 22:52:33 +0100
commit94ec3569e3c42693045ee33c36152526cdf46f78 (patch)
treed15cf50f92bbf05a5b2f4a31704040f396be97a8 /getabook.c
parent5ec812de4c16f7046676b0e99a71b105a898b2f1 (diff)
Clean up style
Diffstat (limited to 'getabook.c')
-rw-r--r--getabook.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/getabook.c b/getabook.c
index 524fd20..0ad6944 100644
--- a/getabook.c
+++ b/getabook.c
@@ -64,7 +64,8 @@ int fillurls(char *buf) {
int getpagelist()
{
- char url[URLMAX], b[STRMAX] = "";
+ char url[URLMAX];
+ char b[STRMAX] = "";
char *buf = NULL;
char *s, *c;
int i;