git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dentry.c: Read/write dentries from structure
[wimlib]
/
include
/
wimlib
/
types.h
diff --git
a/include/wimlib/types.h
b/include/wimlib/types.h
index 561268db79920c5251310862bb3ce76db7bb244d..dc0b550166977ac7ddef4cf6d5aa8eddfb8724ce 100644
(file)
--- a/
include/wimlib/types.h
+++ b/
include/wimlib/types.h
@@
-35,7
+35,7
@@
typedef uint64_t sle64;
#endif
/* A pointer to 'utf16lechar' indicates a UTF-16LE encoded string */
-typedef
u
16 utf16lechar;
+typedef
le
16 utf16lechar;
#ifndef WIMLIB_WIMSTRUCT_DECLARED
typedef struct WIMStruct WIMStruct;