summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-16 20:57:31 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-16 20:57:31 -0500
commit26e2e12b6a7d4c27832bd0cf522457012d5aa7a7 (patch)
treefdf4bcdd394cb27f5098773800e9caf19d07e522 /misc.h
parent5bbdcaf2439fc860a24018a5d056dbc8db9bb09b (diff)
downloadcryptopp-git-26e2e12b6a7d4c27832bd0cf522457012d5aa7a7.tar.gz
Fix typo
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index d90c5634..c187f52d 100644
--- a/misc.h
+++ b/misc.h
@@ -16,7 +16,7 @@
# pragma warning(disable: 4146 4514)
# if (CRYPTOPP_MSC_VERSION >= 1400)
# pragma warning(disable: 6326)
-# endif`
+# endif
#endif
// Issue 340