summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.c')
-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 **********************************************/