From 9b3fb25a41ad21949c21253e1dae87b162ed400f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 18 Apr 2021 19:15:14 +0100 Subject: Fix enumerated arrays for .odin-doc --- src/docs_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/docs_format.cpp') diff --git a/src/docs_format.cpp b/src/docs_format.cpp index f30a0bf43..8824153ad 100644 --- a/src/docs_format.cpp +++ b/src/docs_format.cpp @@ -131,7 +131,7 @@ struct OdinDocType { // Used by some types u32 elem_count_len; - u64 elem_counts[OdinDocType_ElemsCap]; + i64 elem_counts[OdinDocType_ElemsCap]; // Each of these is esed by some types, not all OdinDocArray types; -- cgit v1.2.3