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,