diff options
Diffstat (limited to '22.c')
-rw-r--r-- | 22.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,8 +152,8 @@ main(int argc, char ** argv) long bufsiz = 0, buflen = 0, maxline = 0, lines = 0; long pos; struct elf elf; - char distance[8], c; - int dlen = 0; + char distance[8]; + int c, dlen = 0; while ((pos = getopt(argc, argv, "p:m:")) != -1) { switch (pos) { |