jblanked 9 месяцев назад
Родитель
Сommit
12c1abe23a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flip_storage/flip_social_storage.c

+ 1 - 1
flip_storage/flip_social_storage.c

@@ -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