diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-29 18:46:46 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-29 18:46:46 +0000 |
commit | 43a8e107ce8ad6eac99da82366bdf63b401e3d31 (patch) | |
tree | 9dd4dbaeaf3803bad2675f4eeaa92cf1ac7eedd5 /hivex/hivex.c | |
parent | d707ecc55ac2de267608435bdc1052176aecff46 (diff) | |
download | libguestfs-43a8e107ce8ad6eac99da82366bdf63b401e3d31.tar.gz libguestfs-43a8e107ce8ad6eac99da82366bdf63b401e3d31.tar.xz libguestfs-43a8e107ce8ad6eac99da82366bdf63b401e3d31.zip |
Fix misspelling in previous commit.
Diffstat (limited to 'hivex/hivex.c')
-rw-r--r-- | hivex/hivex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c index a0a730cd..b522ccf8 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 |