Fix function prototypes after merge

This commit is contained in:
Willy-JL
2024-04-02 16:05:03 +01:00
parent 514171d0c5
commit 82a07888f5
42 changed files with 71 additions and 71 deletions

View File

@@ -46,7 +46,7 @@ static bool archive_favorites_read_line(File* file, FuriString* str_result) {
return result;
}
uint16_t archive_favorites_count() {
uint16_t archive_favorites_count(void) {
Storage* fs_api = furi_record_open(RECORD_STORAGE);
File* file = storage_file_alloc(fs_api);