From 30338beb618a08244f4049b956f7cbbbec67baeb Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 22 Nov 2021 16:17:39 +0100 Subject: [PATCH] Minor comment --- src/filesystem/riscos/SDL_sysfilesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem/riscos/SDL_sysfilesystem.c b/src/filesystem/riscos/SDL_sysfilesystem.c index 125470bb2..c3230194c 100644 --- a/src/filesystem/riscos/SDL_sysfilesystem.c +++ b/src/filesystem/riscos/SDL_sysfilesystem.c @@ -37,7 +37,7 @@ static char * SDL_unixify_std(const char *ro_path, char *buffer, size_t buf_len, int filetype) { - const char *const in_buf = buffer; /* = NULL if we malloc the buffer. */ + const char *const in_buf = buffer; /* = NULL if we allocate the buffer. */ if (!buffer) { /* This matches the logic in __unixify, with an additional byte for the