mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Fix function prototypes after merge
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user