From 80e7e2eb9d453678749af291ddc33fe1cdf2cb3f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 30 Jan 2020 13:47:19 -0500 Subject: [PATCH] test: change path in a comment from '\\' to '/' char. Nothing serious here. --- src/test/SDL_test_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/SDL_test_common.c b/src/test/SDL_test_common.c index 9f364c933..48db5df6a 100644 --- a/src/test/SDL_test_common.c +++ b/src/test/SDL_test_common.c @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ -/* Ported from original test\common.c file. */ +/* Ported from original test/common.c file. */ #include "SDL_config.h" #include "SDL_test.h"