mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-15 00:08:11 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ typedef struct FuriString FuriString;
|
||||
* @brief Allocate new FuriString.
|
||||
* @return FuriString*
|
||||
*/
|
||||
FuriString* furi_string_alloc();
|
||||
FuriString* furi_string_alloc(void);
|
||||
|
||||
/**
|
||||
* @brief Allocate new FuriString and set it to string.
|
||||
|
||||
Reference in New Issue
Block a user