summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/tiff_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff/tiff_main.c')
-rw-r--r--apps/examples/tiff/tiff_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tiff/tiff_main.c b/apps/examples/tiff/tiff_main.c
index 357e29bf8..d3169d149 100644
--- a/apps/examples/tiff/tiff_main.c
+++ b/apps/examples/tiff/tiff_main.c
@@ -144,7 +144,7 @@ int tiff_main(int argc, char *argv[])
{
*ptr++ = (green + blue) >> 1;
*ptr++ = green;
- *ptr++ = blue;
+ *ptr++ = blue;
}
ret = tiff_addstrip(&info, strip);