summaryrefslogtreecommitdiff
path: root/ossig.h
diff options
context:
space:
mode:
authorIlja <ilja.honkonen@fmi.fi>2018-03-31 19:59:25 +0300
committerJeffrey Walton <noloader@gmail.com>2018-03-31 12:59:25 -0400
commitfa80880b6fbed4468e43c31e763cc66b25fa4f83 (patch)
tree7ae9e261bf689e0a8632b3475836bf6c8b6d9ce1 /ossig.h
parentcdae245a131eeabb1a1f2566a8e4ea3d7e57ce97 (diff)
downloadcryptopp-git-fa80880b6fbed4468e43c31e763cc66b25fa4f83.tar.gz
Remove extra ;s from ossig.h (PR #625)
Diffstat (limited to 'ossig.h')
-rw-r--r--ossig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ossig.h b/ossig.h
index 2c172586..cfaa896e 100644
--- a/ossig.h
+++ b/ossig.h
@@ -24,7 +24,7 @@ NAMESPACE_BEGIN(CryptoPP)
/// \sa SignalHandler, NullSignalHandler
extern "C" {
typedef void (*SignalHandlerFn) (int);
-};
+}
/// \brief Null signal handler function
/// \param unused the signal number
@@ -34,7 +34,7 @@ extern "C" {
/// \sa SignalHandler, SignalHandlerFn
extern "C" {
inline void NullSignalHandler(int unused) {CRYPTOPP_UNUSED(unused);}
-};
+}
/// Signal handler for Linux and Unix compatibles
/// \tparam S Signal number