summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 19:47:45 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 19:47:45 +0700
commit36be1e55e464e5dea2c95726074d17428ef8d1fd (patch)
tree9bcbaf8f58d716b3d61895b3edfc14d40052d01c
parentRemove old TODO (diff)
downloadBouncyCastle.NET-ed25519-36be1e55e464e5dea2c95726074d17428ef8d1fd.tar.xz
Fix weird character
-rw-r--r--crypto/src/util/TypeExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/TypeExtensions.cs b/crypto/src/util/TypeExtensions.cs
index cf3141a89..e2aeae4dc 100644
--- a/crypto/src/util/TypeExtensions.cs
+++ b/crypto/src/util/TypeExtensions.cs
@@ -1,4 +1,4 @@
-#if NEW_REFLECTION
+#if NEW_REFLECTION
 
 using System;
 using System.Reflection;