mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Fix function prototypes after merge
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#define TAG "NameSpoof"
|
||||
|
||||
void namespoof_init() {
|
||||
void namespoof_init(void) {
|
||||
FuriString* str = furi_string_alloc();
|
||||
Storage* storage = furi_record_open(RECORD_STORAGE);
|
||||
FlipperFormat* file = flipper_format_file_alloc(storage);
|
||||
|
||||
Reference in New Issue
Block a user