Code cleanup: mui_init_ui should not return struct UI

Issue #72 resolved
Tygre repo owner created an issue

Because struct UI can be NULL. It should return int (RETURN_OK...) and get a pointer of pointer as parameter.

Comments (1)

  1. Log in to comment