Remove extra ; from cpu.cpp (PR #614)

pull/586/merge
Ilja 2018-03-31 20:10:11 +03:00 committed by Jeffrey Walton
parent afaff62d8d
commit 8d81492f88
1 changed files with 1 additions and 1 deletions

View File

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