|
@@ -489,7 +489,7 @@ bool load_char(
|
|
|
{
|
|
{
|
|
|
storage_file_free(file);
|
|
storage_file_free(file);
|
|
|
furi_record_close(RECORD_STORAGE);
|
|
furi_record_close(RECORD_STORAGE);
|
|
|
- return NULL; // Return false if the file does not exist
|
|
|
|
|
|
|
+ return false;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Read data into the buffer
|
|
// Read data into the buffer
|