diff --git a/src/compat/internal.h b/src/compat/internal.h index 5a04bdc..d56f1a0 100644 --- a/src/compat/internal.h +++ b/src/compat/internal.h @@ -33,8 +33,8 @@ # include -typedef int32_t cr_off32 -typedef int64_t cr_off64 +typedef int32_t cr_off32; +typedef int64_t cr_off64; # if defined(__MINGW32__) || defined(__MINGW64__) # if !defined(__MINGW64__) diff --git a/src/compat/posix.h b/src/compat/posix.h index c3d94a5..b4a35b5 100644 --- a/src/compat/posix.h +++ b/src/compat/posix.h @@ -44,8 +44,8 @@ # include -typedef int32_t cr_off32 -typedef int64_t cr_off64 +typedef int32_t cr_off32; +typedef int64_t cr_off64; # if !defined(__MINGW64__) # define off_t cr_off32