Remove extra ; from ppc-simd.cpp (PR #620)

pull/586/merge
Ilja 2018-03-31 20:06:44 +03:00 committed by Jeffrey Walton
parent f8a1f50383
commit f035ad7187
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ extern "C" {
{
longjmp(s_jmpSIGILL, 1);
}
};
}
#endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
#if (CRYPTOPP_BOOL_PPC32 || CRYPTOPP_BOOL_PPC64)