summary refs log tree commit diff
path: root/crypto/src/bcpg/sig/NotationData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/bcpg/sig/NotationData.cs')
-rw-r--r--crypto/src/bcpg/sig/NotationData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/bcpg/sig/NotationData.cs b/crypto/src/bcpg/sig/NotationData.cs
index 9ac6f89cf..71c34d3de 100644
--- a/crypto/src/bcpg/sig/NotationData.cs
+++ b/crypto/src/bcpg/sig/NotationData.cs
@@ -79,7 +79,7 @@ namespace Org.BouncyCastle.Bcpg.Sig
 
 		public bool IsHumanReadable
 		{
-			get { return data[0] == (byte)0x80; }
+			get { return data[0] == 0x80; }
 		}
 
 		public string GetNotationName()