summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-30 07:00:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-30 07:00:56 +0000
commit00c6f5136f876cdf71118621e5514db59f1143d7 (patch)
tree53b4ddc1026fa5efa618e7d6646107ae39568448 /apps
parentb169804437d4632497c11bc01c6b373ee52ffea2 (diff)
downloadrockbox-00c6f5136f876cdf71118621e5514db59f1143d7.tar.gz
rockbox-00c6f5136f876cdf71118621e5514db59f1143d7.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/bmp.c2
1 files changed, 1 insertions, 1 deletions
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;
101/********************************************************************* 101/*********************************************************************
102 * read_bmp_file() 102 * read_bmp_file()
103 * 103 *
104 * Reads a monochrome BMP file and puts the data in a 1-pixel-per-byte 104 * Reads a 8bit BMP file and puts the data in a 1-pixel-per-byte
105 * array. Returns 0 on success. 105 * array. Returns 0 on success.
106 * 106 *
107 **********************************************/ 107 **********************************************/