summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-11 05:35:58 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-11 05:35:58 +0000
commit42c46dad580178bf777f5c7d05f1b2a65ffa6f72 (patch)
treeee1d4c99af62d040b478dfd219bc4b8a24461030 /apps/recorder
parent60fed9aeb6d60f1e721ba3a86a19c880beb7b737 (diff)
Fix the comment, read_bmp_file() returns >=0 for success, not 0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/bmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h
index 3bd8da74b7..52a0b852ee 100644
--- a/apps/recorder/bmp.h
+++ b/apps/recorder/bmp.h
@@ -26,7 +26,8 @@
* read_bmp_file()
*
* Reads a 8bit BMP file and puts the data in a 1-pixel-per-byte
- * array. Returns 0 on success.
+ * array.
+ * Returns < 0 for error, or number of bytes used from the bitmpa buffer
*
**********************************************/
int read_bmp_file(char* filename,