aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/label/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/label/main.c')
-rw-r--r--demos/modules/gwin/label/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/label/main.c b/demos/modules/gwin/label/main.c
index 6a2429a4..c4261ae3 100644
--- a/demos/modules/gwin/label/main.c
+++ b/demos/modules/gwin/label/main.c
@@ -72,7 +72,7 @@ int main(void) {
while(1) {
// Get an Event
- pe = geventEventWait(&gl, TIME_INFINITE);
+ pe = geventEventWait(&gl, gDelayForever);
}
return 0;