From 3b75f96569e268ffab24f35e892345daaae7f086 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 26 Aug 2014 10:04:51 +0200 Subject: [PATCH] fix typo --- ext/date/lib/timelib_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h index 15698c6f80..e5780f6cca 100644 --- a/ext/date/lib/timelib_structs.h +++ b/ext/date/lib/timelib_structs.h @@ -47,7 +47,7 @@ typedef uint64_t timelib_ulong; # define TIMELIB_ULONG_FMT "%" PRIu64 #else typedef int32_t timelib_long; -typedef uint32_t limelib_ulong; +typedef uint32_t timelib_ulong; # define TIMELIB_LONG_MAX INT32_MAX # define TIMELIB_LONG_MIN INT32_MIN # define TIMELIB_ULONG_MAX UINT32_MAX -- 2.50.1