Explorar el Código

Remove 'malloc' from comment

Sylvain hace 4 años
padre
commit
e72beeb2a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/events/SDL_gesture.c

+ 1 - 1
src/events/SDL_gesture.c

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