summaryrefslogtreecommitdiff
path: root/Source/Basetypes/BigNum.ssc
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Basetypes/BigNum.ssc')
-rw-r--r--Source/Basetypes/BigNum.ssc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Basetypes/BigNum.ssc b/Source/Basetypes/BigNum.ssc
index b8ebcde0..33ecf672 100644
--- a/Source/Basetypes/BigNum.ssc
+++ b/Source/Basetypes/BigNum.ssc
@@ -140,7 +140,7 @@ namespace Microsoft.Basetypes {
}
}
- private static readonly System.Numerics.BigInteger BI_2_TO_24 = new BIM(0x1000000);
+ private static readonly System.Numerics.BigInteger BI_2_TO_24 = new BIM(0x1000000);
[Pure]
private string! toHex(string! format) {