Bug 767034 - xpcom/glue/arm.cpp:165: error: expected declaration before '}' token. r=derf

This commit is contained in:
Oleg Romashin 2012-06-21 13:01:22 -07:00
parent 2c15ef58b3
commit 1100114507

View File

@ -157,8 +157,8 @@ static bool
check_neon(void)
{
return (arm_cpu_flags & MOZILLA_HAS_NEON_FLAG) != 0;
# endif
}
# endif
# endif // defined(__linux__) || defined(ANDROID)