This commit is contained in:
Pietro Gagliardi 2019-04-12 22:06:23 -04:00
parent 745f2da3b8
commit 2f58c2059e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if (!uiInit(NULL, &err)) {
}
```
Note that if `libui` fails, you **cannot** use libui's message box functions to report the error.
Note that if `uiInit()` fails, you **cannot** use libui's message box functions to report the error.
## Reference