diff options
-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; |