diff options
author | Michele Calgaro <[email protected]> | 2018-08-23 16:27:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-23 16:29:21 +0900 |
commit | 145b3dd05c0ccba0535ce369077a0dd0f4a68583 (patch) | |
tree | 92cb4e1059dfc2410527120807b7245b22cfc09b /lib | |
parent | 39199ee4c1d49ff19c0df14f33a753e70a5adb5a (diff) | |
download | kchmviewer-145b3dd05c0ccba0535ce369077a0dd0f4a68583.tar.gz kchmviewer-145b3dd05c0ccba0535ce369077a0dd0f4a68583.zip |
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b37d2e8964111a330be8355d7040431e983c0666)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libchmfile/libchmtextencoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libchmfile/libchmtextencoding.h b/lib/libchmfile/libchmtextencoding.h index b62b3d0..0db6ccd 100644 --- a/lib/libchmfile/libchmtextencoding.h +++ b/lib/libchmfile/libchmtextencoding.h @@ -26,7 +26,7 @@ /*! * Represents a text encoding of CHM file; also has some useful routines. */ -typedef struct LCHMTextEncoding +struct LCHMTextEncoding { const char * language; //! French, English, etc. language == 0 represents the end of table. const char * sublanguage; //! French:Canada, French:France etc. May be 0 - no sublanguage |