aboutsummaryrefslogtreecommitdiffstats
path: root/include/gevent
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-02 19:26:48 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-02 19:26:48 +0200
commit3f80e1f89dbeec06dd97a914d6851ad4596b1743 (patch)
treebe9087bf08cb186f521aa5a68a7f32a484f1f7e0 /include/gevent
parentad57ab7967d0e0ee3cfce8746b0c4969cfe970fd (diff)
downloaduGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.gz
uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.bz2
uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.zip
label work in progress - not working anymore
Diffstat (limited to 'include/gevent')
-rw-r--r--include/gevent/gevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gevent/gevent.h b/include/gevent/gevent.h
index b0039849..5868f70f 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.h
@@ -48,7 +48,7 @@ typedef uint16_t GEventType;
typedef union GEvent_u {
GEventType type; // The type of this event
char pad[GEVENT_MAXIMUM_SIZE]; // This is here to allow static initialisation of GEventObject's in the application.
- } GEvent;
+} GEvent;
// A special callback function
typedef void (*GEventCallbackFn)(void *param, GEvent *pe);