aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r--miscutils/makedevs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 6a3e80883..d36c6956a 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -78,7 +78,7 @@ int makedevs_main(int argc, char **argv)
78 int linenum = 0; 78 int linenum = 0;
79 int ret = EXIT_SUCCESS; 79 int ret = EXIT_SUCCESS;
80 80
81 getopt32(argc, argv, "d:", &line); 81 getopt32(argv, "d:", &line);
82 if (line) 82 if (line)
83 table = xfopen(line, "r"); 83 table = xfopen(line, "r");
84 84