Fixed typedef-related warnings from compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 582ae0d1c7
commit b37d2e8964
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

Loading…
Cancel
Save