Explorar el Código

windows: Fixed a comment.

Ryan C. Gordon hace 8 años
padre
commit
988034fcc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/windows/SDL_windows.c

+ 1 - 1
src/core/windows/SDL_windows.c

@@ -33,7 +33,7 @@
 #endif
 
 
-/* Sets an error message based on GetLastError() */
+/* Sets an error message based on an HRESULT */
 int
 WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr)
 {