diff --git a/src/apps/bin/eject.c b/src/apps/bin/eject.c index 9872b90ba2..d8a68ba408 100644 --- a/src/apps/bin/eject.c +++ b/src/apps/bin/eject.c @@ -56,6 +56,7 @@ int main(int argc, char **argv) } if (device == NULL) return do_eject(operation, "/dev/disk/floppy/raw"); + return 0; } static int do_eject(char operation, char *device) {