From: Richard Jones Date: Thu, 29 Oct 2009 18:46:46 +0000 (+0000) Subject: Fix misspelling in previous commit. X-Git-Tag: 1.0.76~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=43a8e107ce8ad6eac99da82366bdf63b401e3d31 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