diff options
-rw-r--r-- | mdk-stage1/thirdparty.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mdk-stage1/thirdparty.c b/mdk-stage1/thirdparty.c index 1212ea70c..48becc33a 100644 --- a/mdk-stage1/thirdparty.c +++ b/mdk-stage1/thirdparty.c @@ -166,7 +166,9 @@ static enum return_type third_party_choose_device(char ** device, char *mount_lo } #endif - return results; + stg1_error_message("I can't mount the selected device."); + + return RETURN_ERROR; } void thirdparty_load_modules(void) |