Explorar o código

windows: add whitespace to fix macro preprocessing issue (thanks, Sven!).

Apparently without a space here, "fastbuild -cache" breaks.
Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
f50a04009c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/windows/SDL_windowskeyboard.c

+ 1 - 1
src/video/windows/SDL_windowskeyboard.c

@@ -1036,7 +1036,7 @@ STDMETHODIMP_(ULONG) TSFSink_AddRef(TSFSink *sink)
     return ++sink->refcount;
     return ++sink->refcount;
 }
 }
 
 
-STDMETHODIMP_(ULONG)TSFSink_Release(TSFSink *sink)
+STDMETHODIMP_(ULONG) TSFSink_Release(TSFSink *sink)
 {
 {
     --sink->refcount;
     --sink->refcount;
     if (sink->refcount == 0) {
     if (sink->refcount == 0) {