Commit 80e7e2eb9d453678749af291ddc33fe1cdf2cb3f

Ryan C. Gordon 2020-01-30T13:47:19

test: change path in a comment from '\\' to '/' char. Nothing serious here.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/test/SDL_test_common.c b/src/test/SDL_test_common.c
index 9f364c9..48db5df 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"