Commit ba87876ef77de4dc438b702be1d12f577adb0b1e

Ozkan Sezer 2021-09-27T14:10:02

fix syntax error in SDL.vcxproj.filters Noticed by Markvy. Fixes https://github.com/libsdl-org/SDL/issues/4787

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/VisualC/SDL/SDL.vcxproj.filters b/VisualC/SDL/SDL.vcxproj.filters
index 4924e6c..bf82d50 100644
--- a/VisualC/SDL/SDL.vcxproj.filters
+++ b/VisualC/SDL/SDL.vcxproj.filters
@@ -1201,7 +1201,7 @@
     <ClCompile Include="..\..\src\thread\SDL_thread.c">
       <Filter>thread</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" />
+    <ClCompile Include="..\..\src\thread\windows\SDL_syscond_cv.c" >
       <Filter>thread\windows</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c">