From f2048a19fe007bff1f1e942303cc9cbaf65e7e7e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 14 Dec 2025 16:18:25 +0100 Subject: Document the macros, structs, and enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libj2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libj2.h') diff --git a/libj2.h b/libj2.h index 58e4fbf..c351e43 100644 --- a/libj2.h +++ b/libj2.h @@ -67,7 +67,7 @@ struct libj2_j2u { /** * Most significant half */ - uintmax_t high; + uintmax_t high; /** * Least significant half @@ -98,7 +98,7 @@ struct libj2_j2i { * Most significant half, of which the most * significant bit is the sign bit */ - uintmax_t high; + uintmax_t high; /** * Least significant half @@ -131,7 +131,7 @@ enum libj2_overflow { * Overflow prediction stopped * (due to high cost) */ - LIBJ2_OVERFLOW_UNKNOWN + LIBJ2_OVERFLOW_UNKNOWN = 2 }; -- cgit v1.2.3-70-g09d2