Browse Source

Remove 'malloc' from comment

Sylvain 4 năm trước cách đây
mục cha
commit
e72beeb2a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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