Remove extra ; from neon-simd.cpp (PR #619)

pull/586/merge
Ilja 2018-03-31 20:07:30 +03:00 committed by Jeffrey Walton
parent f035ad7187
commit 6cbcd51135
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ extern "C" {
{
longjmp(s_jmpSIGILL, 1);
}
};
}
#endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
bool CPU_ProbeNEON()