diff options
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r-- | miscutils/makedevs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 0ebb0538f..70dfc4205 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -76,8 +76,7 @@ int makedevs_main(int argc, char **argv) | |||
76 | int linenum = 0; | 76 | int linenum = 0; |
77 | int ret = EXIT_SUCCESS; | 77 | int ret = EXIT_SUCCESS; |
78 | 78 | ||
79 | unsigned long flags; | 79 | bb_getopt_ulflags(argc, argv, "d:", &line); |
80 | flags = bb_getopt_ulflags(argc, argv, "d:", &line); | ||
81 | if (line) | 80 | if (line) |
82 | table = xfopen(line, "r"); | 81 | table = xfopen(line, "r"); |
83 | 82 | ||