DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / lib / sdl2 / sdlgamecontroller.inc
index f7583101539b4faa2e1ac8a1f56af7ae781503cd..31d7c69a8655afe7970aa6f4b923dd4f8b1e9699 100644 (file)
@@ -76,7 +76,7 @@ function SDL_GameControllerAddMapping( mappingString: PAnsiChar ): Integer cdecl
    *  A community sourced database of controllers is available at https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt
    *
    *  If freerw is non-zero, the stream will be closed after being read.
-   * 
+   *
    *  Returns number of mappings added, -1 on error
    *}
 function SDL_GameControllerAddMappingsFromRW(rw: PSDL_RWops; freerw: SInt32):SInt32;