aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 6050c0af7..2ec4306d0 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -129,9 +129,8 @@ int uudecode_main(int argc, char **argv)
129 FILE *src_stream; 129 FILE *src_stream;
130 char *outname = NULL; 130 char *outname = NULL;
131 char *line; 131 char *line;
132 int opt;
133 132
134 opt = bb_getopt_ulflags(argc, argv, "o:", &outname); 133 bb_getopt_ulflags(argc, argv, "o:", &outname);
135 134
136 if (optind == argc) { 135 if (optind == argc) {
137 src_stream = stdin; 136 src_stream = stdin;