summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3bd8da7..52a0b85 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,