commit | d48a4a9d77e0808a0cf120a9d84445fd85529627 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Thu Sep 05 15:54:43 2013 +0000 |
committer | cristy <[email protected]> | Thu Sep 05 15:54:43 2013 +0000 |
tree | 5c29d02a26d2c0e1f09a6fc22a825c3a36393e0b | |
parent | 65aa93418bef19ab0f6ed6fba858c37da6275103 [diff] [blame] |
diff --git a/coders/rgf.c b/coders/rgf.c index caf232e..ec124e4 100644 --- a/coders/rgf.c +++ b/coders/rgf.c
@@ -350,8 +350,8 @@ /* Write header (just the image dimensions) */ - (void)WriteBlobByte(image,image->rows & 0xff); - (void)WriteBlobByte(image,image->columns & 0xff); + (void) WriteBlobByte(image,image->columns & 0xff); + (void) WriteBlobByte(image,image->rows & 0xff); /* Convert MIFF to bit pixels.