summaryrefslogtreecommitdiff
path: root/apps/examples/tiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff')
-rw-r--r--apps/examples/tiff/Makefile2
-rw-r--r--apps/examples/tiff/tiff_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index 7be74a587..567a5dbe6 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -68,7 +68,7 @@ STACKSIZE = 2048
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
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);