Added forgotten return 0 to an error case
This commit is contained in:
parent
c70a78c477
commit
4b4f141fcc
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.09.09.182827"
|
#define Cdrskin_timestamP "2007.09.10.110050"
|
||||||
|
@ -1115,6 +1115,7 @@ int burn_drive_grab_dummy(struct burn_drive_info *drive_infos[], char *fname)
|
|||||||
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
||||||
"Failed to open device (a pseudo-drive)",
|
"Failed to open device (a pseudo-drive)",
|
||||||
errno, 0);
|
errno, 0);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
libdax_msgs_submit(libdax_messenger, -1,
|
libdax_msgs_submit(libdax_messenger, -1,
|
||||||
|
Loading…
Reference in New Issue
Block a user