Bug 1288825 - Unbreak build on Unix after bug 1275507. r=francois

MozReview-Commit-ID: nYNiYjuq8A
This commit is contained in:
Jan Beich
2016-07-22 20:48:26 +00:00
parent 4f475b9fba
commit d0174f165b

View File

@@ -91,7 +91,7 @@ GetPlatformType()
#elif defined(XP_WIN)
return WINDOWS_PLATFORM;
#else
#error Unrecognized platform type.
return PLATFORM_TYPE_UNSPECIFIED;
#endif
}