]> Cypherpunks repositories - keks.git/commitdiff
Typo in constant's case
authorSergey Matveev <stargrave@stargrave.org>
Fri, 18 Oct 2024 10:15:13 +0000 (13:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 18 Oct 2024 10:15:13 +0000 (13:15 +0300)
cyac/lib/atoms.h

index a2d87bb048993c368878963694c4925e7da37cd653d3569d02a84d367524c1ef..df8977d19addd17a3428d4ac3403ef3aff9d48be70ec4d4a4bdb47df0f041213 100644 (file)
@@ -17,7 +17,7 @@ enum YACAtomType {
     YACAtomFloat256 = 0x14,
     YACAtomTAI64 = 0x18,
     YACAtomTAI64N = 0x19,
-    YACAtomTAI64NA = 0x1a,
+    YACAtomTAI64NA = 0x1A,
     YACAtomIntPos1 = 0x20,
     YACAtomIntPos2 = 0x21,
     YACAtomIntPos3 = 0x22,