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:
@@ -37,7 +37,7 @@ const StreamVTable string_stream_vtable = {
|
||||
.delete_and_insert = (StreamDeleteAndInsertFn)string_stream_delete_and_insert,
|
||||
};
|
||||
|
||||
Stream* string_stream_alloc() {
|
||||
Stream* string_stream_alloc(void) {
|
||||
StringStream* stream = malloc(sizeof(StringStream));
|
||||
stream->string = furi_string_alloc();
|
||||
stream->index = 0;
|
||||
|
||||
Reference in New Issue
Block a user