file-bmp: Fix typo in comment

This commit is contained in:
Mukund Sivaraman 2011-05-08 23:33:08 +05:30
parent b3a4a00d29
commit f93398b4cf
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ WriteBMP (const gchar *filename,
Write (outfile, puffer, mask_info_size);
}
/* Write V4 header colorspace fields */
/* Write V5 colorspace fields */
/* bV5CSType = LCS_sRGB */
FromL (0x73524742, &puffer[0x00]);