Просмотр исходного кода

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

Ryan C. Gordon 6 лет назад
Родитель
Сommit
80e7e2eb9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/test/SDL_test_common.c

+ 1 - 1
src/test/SDL_test_common.c

@@ -19,7 +19,7 @@
   3. This notice may not be removed or altered from any source distribution.
   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_config.h"
 #include "SDL_test.h"
 #include "SDL_test.h"