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

MozReview-Commit-ID: nYNiYjuq8A

--HG--
extra : rebase_source : 2f433895b15920263fbfa5c4b2a30f4097434d07
This commit is contained in:
Jan Beich 2016-07-22 20:48:26 +00:00
parent 4f99ba6e03
commit 2b3d43549c

View File

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