aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/raw32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/raw32.h')
-rw-r--r--include/gos/raw32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gos/raw32.h b/include/gos/raw32.h
index 165bc606..155c0b1c 100644
--- a/include/gos/raw32.h
+++ b/include/gos/raw32.h
@@ -74,7 +74,7 @@ typedef int threadpriority_t;
typedef struct {
semcount_t cnt;
semcount_t limit;
- } gfxSem;
+} gfxSem;
typedef uint32_t gfxMutex;
typedef void * gfxThreadHandle;
@@ -122,3 +122,4 @@ extern "C" {
#endif /* GFX_USE_OS_RAW32 */
#endif /* _GOS_RAW32_H */
+