From 00c6f5136f876cdf71118621e5514db59f1143d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 May 2002 07:00:56 +0000 Subject: 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 --- apps/recorder/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index ab354f6738..cd49fd02a4 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -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. * **********************************************/ -- cgit v1.2.3