Skip to content

Commit 2de9326

Browse files
committed
return
1 parent aa7e286 commit 2de9326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/flipbip_file.c

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ bool flipbip_load_settings(char* settings, bool key_file) {
4545
} else {
4646
memzero(settings, strlen(settings));
4747
settings[0] = '\0';
48+
return false;
4849
}
4950
storage_file_close(settings_file);
5051
storage_file_free(settings_file);

0 commit comments

Comments
 (0)