Преглед изворни кода

Remove 'malloc' from comment

Sylvain пре 4 година
родитељ
комит
e72beeb2a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/events/SDL_gesture.c

+ 1 - 1
src/events/SDL_gesture.c

@@ -32,7 +32,7 @@
 #include <stdio.h>
 #include <stdio.h>
 */
 */
 
 
-/* TODO: Replace with malloc */
+/* TODO: Replace with SDL_malloc */
 
 
 #define MAXPATHSIZE 1024
 #define MAXPATHSIZE 1024