Explorar o código

fix syntax error in SDL.vcxproj.filters

Noticed by Markvy.
Fixes https://github.com/libsdl-org/SDL/issues/4787
Ozkan Sezer %!s(int64=4) %!d(string=hai) anos
pai
achega
ba87876ef7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      VisualC/SDL/SDL.vcxproj.filters

+ 1 - 1
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">