diff options
Diffstat (limited to 'src/internal.c')
-rw-r--r-- | src/internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal.c b/src/internal.c index 38a595a..36152c1 100644 --- a/src/internal.c +++ b/src/internal.c @@ -247,7 +247,7 @@ puglDispatchSimpleEvent(PuglView* view, const PuglEventType type) type == PUGL_UPDATE || type == PUGL_CLOSE || type == PUGL_LOOP_ENTER || type == PUGL_LOOP_LEAVE); - const PuglEvent event = {{type, 0}}; + const PuglEvent event = {{type, 0U}}; return puglDispatchEvent(view, &event); } |