summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/kls_tga/fmt_codec_tga_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_tga/fmt_codec_tga_defs.h b/kernel/kls_tga/fmt_codec_tga_defs.h
index 4cc7f52..c708df4 100644
--- a/kernel/kls_tga/fmt_codec_tga_defs.h
+++ b/kernel/kls_tga/fmt_codec_tga_defs.h
@@ -51,7 +51,7 @@ struct TGA_IMAGEDATA
{
u8 *ID; /* length of this == TGA_FILEHEADER::IDlength */
u8 *ColorMapData; /* -//- */
- u8 *Image; /* widthxheigth pixels */
+ u8 *Image; /* widthxheight pixels */
}PACKED;