mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-29 04:09:58 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -20,7 +20,7 @@ typedef struct EmptyScreen EmptyScreen;
|
||||
*
|
||||
* @return EmptyScreen instance
|
||||
*/
|
||||
EmptyScreen* empty_screen_alloc();
|
||||
EmptyScreen* empty_screen_alloc(void);
|
||||
|
||||
/** Deinitialize and free empty screen
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user