mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
b169804437
commit
00c6f5136f
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static unsigned int rounded_width;
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* read_bmp_file()
|
* 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.
|
* array. Returns 0 on success.
|
||||||
*
|
*
|
||||||
**********************************************/
|
**********************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue