aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/od.c')
-rw-r--r--coreutils/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 5eaaf5024..b18c53c3f 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -167,10 +167,10 @@ static const signed char od_o2si[] = {
int od_main(int argc, char **argv)
{
int ch;
- bb_dump_vflag = FIRST;
- bb_dump_length = -1;
int first = 1;
signed char *p;
+ bb_dump_vflag = FIRST;
+ bb_dump_length = -1;
while ((ch = getopt(argc, argv, od_opts)) > 0) {
if (((p = strchr(od_opts, ch)) != NULL) && (*p >= 0)) {