From 42c46dad580178bf777f5c7d05f1b2a65ffa6f72 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 11 Apr 2007 05:35:58 +0000 Subject: [PATCH] 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 --- apps/recorder/bmp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,