summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 16:27:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 16:27:42 +0900
commitb37d2e8964111a330be8355d7040431e983c0666 (patch)
treec34cf483d21ee7903479cc9c82a972961322a871
parent582ae0d1c75e0ae7b3af6e526170ab5bfae2f9fa (diff)
downloadkchmviewer-b37d2e89.tar.gz
kchmviewer-b37d2e89.zip
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--lib/libchmfile/libchmtextencoding.h2
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