Skip to content

Commit

Permalink
Removed some tabs and an extra semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 20, 2015
1 parent 0c4d9ec commit e13803c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/physfs_platforms.h
Expand Up @@ -22,9 +22,9 @@
#elif (defined _WIN32_WCE) || (defined _WIN64_WCE)
# error PocketPC support was dropped from PhysicsFS 2.1. Sorry.
#elif ((defined WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP)
# define PHYSFS_PLATFORM_WINRT 1
# define PHYSFS_NO_CDROM_SUPPORT 1
# define PHYSFS_PLATFORM_WINDOWS 1;
# define PHYSFS_PLATFORM_WINRT 1
# define PHYSFS_NO_CDROM_SUPPORT 1
# define PHYSFS_PLATFORM_WINDOWS 1
#elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__))
# define PHYSFS_PLATFORM_WINDOWS 1
#elif (defined OS2)
Expand Down

0 comments on commit e13803c

Please sign in to comment.