summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 5f57496c..9e0d3687 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -866,7 +866,7 @@ typedef enum {
GESTURE_SWIPE_DOWN = 128,
GESTURE_PINCH_IN = 256,
GESTURE_PINCH_OUT = 512
-} Gestures;
+} Gesture;
// Camera system modes
typedef enum {