[hackers] [farbfeld] Make comment in ff2jpg(1) more consistent || Laslo Hunhold
commit 1f9d0c28423ae3e422327a8ee5422aac23391231
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Apr 14 17:39:25 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Apr 14 17:39:25 2017 +0200
Make comment in ff2jpg(1) more consistent
diff --git a/ff2jpg.c b/ff2jpg.c
index 213f90d..2f57a2f 100644
--- a/ff2jpg.c
+++ b/ff2jpg.c
_AT_@ -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)) {
Received on Fri Apr 14 2017 - 17:52:28 CEST
This archive was generated by hypermail 2.3.0
: Fri Apr 14 2017 - 18:00:18 CEST