Remove extra ; from sse-simd.cpp (PR #623)

pull/586/merge
Ilja 2018-03-31 20:03:32 +03:00 committed by Jeffrey Walton
parent fa80880b6f
commit 30b583a951
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ NAMESPACE_BEGIN(CryptoPP)
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
extern "C" {
typedef void (*SigHandler)(int);
};
}
extern "C"
{