diff options
Diffstat (limited to 'lib/kwmf/kwmf.cc')
-rw-r--r-- | lib/kwmf/kwmf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kwmf/kwmf.cc b/lib/kwmf/kwmf.cc index d8965537..38d520db 100644 --- a/lib/kwmf/kwmf.cc +++ b/lib/kwmf/kwmf.cc @@ -400,7 +400,7 @@ bool KWmf::parse( S16 nHandles; // Number of handles in the handle table // Handle index zero is reserved. S16 sReserved; // Reserved. Must be zero. - S32 nDescription; // Number of chars in the tqunicode description string + S32 nDescription; // Number of chars in the unicode description string // This is 0 if there is no description string S32 offDescription; // Offset to the metafile description record. // This is 0 if there is no description string |