mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 22:08:36 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -25,7 +25,7 @@ typedef void (*PopupCallback)(void* context);
|
||||
*
|
||||
* @return Popup instance
|
||||
*/
|
||||
Popup* popup_alloc();
|
||||
Popup* popup_alloc(void);
|
||||
|
||||
/** Deinitialize and free popup
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user