summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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