Fix misspelling in previous commit.
authorRichard Jones <rjones@redhat.com>
Thu, 29 Oct 2009 18:46:46 +0000 (18:46 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 29 Oct 2009 18:46:46 +0000 (18:46 +0000)
hivex/hivex.c

index a0a730c..b522ccf 100644 (file)
 #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