Explorar o código

Removed some tabs and an extra semicolon.

Ryan C. Gordon %!s(int64=11) %!d(string=hai) anos
pai
achega
e13803c101
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/physfs_platforms.h

+ 3 - 3
src/physfs_platforms.h

@@ -22,9 +22,9 @@
 #elif (defined _WIN32_WCE) || (defined _WIN64_WCE)
 #elif (defined _WIN32_WCE) || (defined _WIN64_WCE)
 #  error PocketPC support was dropped from PhysicsFS 2.1. Sorry.
 #  error PocketPC support was dropped from PhysicsFS 2.1. Sorry.
 #elif ((defined WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP)
 #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__))
 #elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__))
 #  define PHYSFS_PLATFORM_WINDOWS 1
 #  define PHYSFS_PLATFORM_WINDOWS 1
 #elif (defined OS2)
 #elif (defined OS2)