diff options
Diffstat (limited to 'lib/system/repr.nim')
-rw-r--r-- | lib/system/repr.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/repr.nim b/lib/system/repr.nim index b067d7a3d..db7fdcbca 100644 --- a/lib/system/repr.nim +++ b/lib/system/repr.nim @@ -89,7 +89,7 @@ proc reprEnum(e: int, typ: PNimType): string {.compilerRtl.} = result = $e & " (invalid data!)" type - PByteArray = ptr array[0.. 0xffff, int8] + PByteArray = ptr array[0xffff, int8] proc addSetElem(result: var string, elem: int, typ: PNimType) {.benign.} = case typ.kind |