summaryrefslogtreecommitdiff
path: root/ff2jpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ff2jpg.c')
-rw-r--r--ff2jpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ff2jpg.c b/ff2jpg.c
index 213f90d..2f57a2f 100644
--- a/ff2jpg.c
+++ b/ff2jpg.c
@@ -91,7 +91,7 @@ main(int argc, char *argv[])
rowlen = width * (sizeof("RGBA") - 1);
rowout = ereallocarray(NULL, width, (sizeof("RGB") - 1) * sizeof(uint8_t));
- /* write rows */
+ /* write data */
for (i = 0; i < height; ++i) {
if (fread(row, sizeof(uint16_t), rowlen, stdin) != rowlen) {
if (ferror(stdin)) {