From 617a7ed3a143ca1f80cff97ff8b7be8a542277f5 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 29 Oct 2009 18:46:46 +0000 Subject: [PATCH] Fix misspelling in previous commit. --- hivex/hivex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1