mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -92,7 +92,7 @@ static bool dict_attack_input_callback(InputEvent* event, void* context) {
|
||||
return consumed;
|
||||
}
|
||||
|
||||
DictAttack* dict_attack_alloc() {
|
||||
DictAttack* dict_attack_alloc(void) {
|
||||
DictAttack* instance = malloc(sizeof(DictAttack));
|
||||
instance->view = view_alloc();
|
||||
view_allocate_model(instance->view, ViewModelTypeLocking, sizeof(DictAttackViewModel));
|
||||
|
||||
Reference in New Issue
Block a user