# HG changeset patch # User Edward Rudd # Date 1377351794 14400 # Node ID e605ca133ac638b9da3b7634d0c4fb4fa938ffca # Parent 47d12c24898882aa70ea3d5500f745d330fc2f79 make the examples in the doc comments match the actual output of the SDL_GetPrefPath function diff -r 47d12c248988 -r e605ca133ac6 include/SDL_filesystem.h --- a/include/SDL_filesystem.h Sat Aug 24 09:05:18 2013 -0400 +++ b/include/SDL_filesystem.h Sat Aug 24 09:43:14 2013 -0400 @@ -74,13 +74,13 @@ * path to the directory in UTF-8 encoding. * * On Windows, the string might look like: - * "C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name" + * "C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\" * * On Linux, the string might look like: - * "/home/bob/.local/share/My Program Name" + * "/home/bob/.local/share/My Program Name/" * * On Mac OS X, the string might look like: - * "/Users/bob/Library/Application Support/My Program Name" + * "/Users/bob/Library/Application Support/My Program Name/" * * (etc.) *