build fix for gcc
This commit is contained in:
parent
e63ae83349
commit
baa8ad8482
@ -16058,7 +16058,7 @@ nk_clear(struct nk_context *ctx)
|
|||||||
while (iter) {
|
while (iter) {
|
||||||
/* make sure minimized windows do not get removed */
|
/* make sure minimized windows do not get removed */
|
||||||
if ((iter->flags & NK_WINDOW_MINIMIZED) &&
|
if ((iter->flags & NK_WINDOW_MINIMIZED) &&
|
||||||
!(iter)->flags & NK_WINDOW_CLOSED) {
|
!(iter->flags & NK_WINDOW_CLOSED)) {
|
||||||
iter = iter->next;
|
iter = iter->next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user