diff options
author | Olivier Gayot <og@satcom1.com> | 2019-01-27 20:55:02 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2019-01-27 20:55:02 +0100 |
commit | 43525ce52bea0bf5c75497ca6b6046d95146b316 (patch) | |
tree | 2bf831b29c44b64ac47cc7e9a968e283dcdd6572 | |
parent | 9a5b006cf76471e0ae3d38acc932c0da60b30d1b (diff) |
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | stegmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ int stegmp_loop_write(unsigned char *baseaddr, struct bitmap *bmpp, FILE *fh) bits = 0; - /* check if bufferized input still present */ + /* check if buffered input still present */ if (idx == len) { if (feof(fh)) { return 0; |