mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -106,7 +106,7 @@ typedef struct FlipperFormat FlipperFormat;
|
||||
* Allocate FlipperFormat as string.
|
||||
* @return FlipperFormat* pointer to a FlipperFormat instance
|
||||
*/
|
||||
FlipperFormat* flipper_format_string_alloc();
|
||||
FlipperFormat* flipper_format_string_alloc(void);
|
||||
|
||||
/**
|
||||
* Allocate FlipperFormat as file.
|
||||
|
||||
Reference in New Issue
Block a user