Commit e72beeb2a0bc2b39111075ff42dc45f7a16686a8

Sylvain 2021-11-22T16:40:29

Remove 'malloc' from comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/events/SDL_gesture.c b/src/events/SDL_gesture.c
index c85b8dc..a096232 100644
--- a/src/events/SDL_gesture.c
+++ b/src/events/SDL_gesture.c
@@ -32,7 +32,7 @@
 #include <stdio.h>
 */
 
-/* TODO: Replace with malloc */
+/* TODO: Replace with SDL_malloc */
 
 #define MAXPATHSIZE 1024