From: Richard Jones Date: Thu, 29 Oct 2009 18:46:46 +0000 (+0000) Subject: Fix misspelling in previous commit. X-Git-Tag: 1.1.0~79 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=617a7ed3a143ca1f80cff97ff8b7be8a542277f5;p=hivex.git Fix misspelling in previous commit. --- diff --git a/hivex/hivex.c b/hivex/hivex.c index a0a730c..b522ccf 100644 --- a/hivex/hivex.c +++ b/hivex/hivex.c @@ -46,13 +46,13 @@ #define be64toh(x) __bswap_64 (x) #endif #ifndef le16toh -#define le32toh(x) (x) +#define le16toh(x) (x) #endif #ifndef le32toh #define le32toh(x) (x) #endif #ifndef le64toh -#define le32toh(x) (x) +#define le64toh(x) (x) #endif #else #ifndef be32toh