Remove 'malloc' from comment

This commit is contained in:
Sylvain 2021-11-22 16:40:29 +01:00 committed by Sam Lantinga
parent 38cfe25bc5
commit e72beeb2a0
1 changed files with 1 additions and 1 deletions

View File

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