diff options
Diffstat (limited to 'lib/kwmf/wmfstruct.h')
-rw-r--r-- | lib/kwmf/wmfstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kwmf/wmfstruct.h b/lib/kwmf/wmfstruct.h index 33a4a67c..7400e896 100644 --- a/lib/kwmf/wmfstruct.h +++ b/lib/kwmf/wmfstruct.h @@ -53,7 +53,7 @@ struct WmfEnhMetaHeader WORD nHandles; // Number of handles in the handle table // Handle index zero is reserved. WORD sReserved; // Reserved. Must be zero. - DWORD nDescription; // Number of chars in the tqunicode description string + DWORD nDescription; // Number of chars in the unicode description string // This is 0 if there is no description string DWORD offDescription; // Offset to the metafile description record. // This is 0 if there is no description string |