瀏覽代碼

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>
 */
 
-/* TODO: Replace with malloc */
+/* TODO: Replace with SDL_malloc */
 
 #define MAXPATHSIZE 1024