From f127621e13050aad6b455ebfadec5bfdcbdd00d4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 31 Jul 2016 16:47:26 +0200 Subject: made constexprs lower case and used constexpr for returning input value as well for rest of defines in osdcomm.h (nw) --- src/lib/formats/csw_cas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/formats/csw_cas.cpp') diff --git a/src/lib/formats/csw_cas.cpp b/src/lib/formats/csw_cas.cpp index 336a9dde7cd..f2523ef839d 100644 --- a/src/lib/formats/csw_cas.cpp +++ b/src/lib/formats/csw_cas.cpp @@ -38,7 +38,7 @@ static UINT32 get_leuint32(const void *ptr) { UINT32 value; memcpy(&value, ptr, sizeof(value)); - return LITTLE_ENDIANIZE_INT32(value); + return little_endianize_int32(value); } static int mycaslen; -- cgit v1.2.3-70-g09d2