This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -23,7 +23,7 @@ typedef bool (*TextInputValidatorCallback)(const char* text, FuriString* error,
*
* @return TextInput instance
*/
TextInput* text_input_alloc();
TextInput* text_input_alloc(void);
/** Deinitialize and free text input
*