From a76e828dc7ee66114b0974285da4feca2d8a7d8d Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 15 Nov 2015 12:00:49 +0100 Subject: [PATCH] Fixed typo on MinGW code --- src/compat/internal.h | 4 ++-- src/compat/posix.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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