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 48be91875..999a3b976 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -181,7 +181,7 @@ int makedevs_main(int argc UNUSED_PARAM, char **argv)
181{ 181{
182 parser_t *parser; 182 parser_t *parser;
183 char *line = (char *)"-"; 183 char *line = (char *)"-";
184 int ret = EXIT_SUCCESS; 184 exitcode_t ret = EXIT_SUCCESS;
185 185
186 getopt32(argv, "^" "d:" "\0" "=1", &line); 186 getopt32(argv, "^" "d:" "\0" "=1", &line);
187 argv += optind; 187 argv += optind;