corrected the comment regarding what kind of BMP files this reads

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-30 07:00:56 +00:00
parent b169804437
commit 00c6f5136f

View file

@ -101,7 +101,7 @@ static unsigned int rounded_width;
/*********************************************************************
* read_bmp_file()
*
* Reads a monochrome BMP file and puts the data in a 1-pixel-per-byte
* Reads a 8bit BMP file and puts the data in a 1-pixel-per-byte
* array. Returns 0 on success.
*
**********************************************/