Skip to content

Commit

Permalink
Fixed compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoinutilis committed Jan 13, 2019
1 parent 100eb2f commit 3c754a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017-2018 Timo Kloss.
<string>Copyright © 2017-2019 Timo Kloss.
This program is released under the GNU Lesser General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
Expand Down
2 changes: 1 addition & 1 deletion sdl/system_paths.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ FILE* fopen_utf8(const char* filename, const char* mode)
#else
return fopen(filename, mode);
#endif
}
}
1 change: 1 addition & 0 deletions sdl/system_paths.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
#endif

void desktop_path(char *buffer, size_t size);
FILE* fopen_utf8(const char* filename, const char* mode);

#endif /* system_paths_h */

0 comments on commit 3c754a5

Please sign in to comment.