summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxlines')
-rw-r--r--apps/examples/nxlines/Makefile2
-rw-r--r--apps/examples/nxlines/nxlines_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile
index 54495b292..fbd61ed44 100644
--- a/apps/examples/nxlines/Makefile
+++ b/apps/examples/nxlines/Makefile
@@ -68,7 +68,7 @@ STACKSIZE = 2048
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context clean depend distclean
diff --git a/apps/examples/nxlines/nxlines_main.c b/apps/examples/nxlines/nxlines_main.c
index 93e0436d8..d9512391e 100644
--- a/apps/examples/nxlines/nxlines_main.c
+++ b/apps/examples/nxlines/nxlines_main.c
@@ -254,7 +254,7 @@ int nxlines_main(int argc, char *argv[])
message("nxlines_main: Screen resolution (%d,%d)\n", g_nxlines.xres, g_nxlines.yres);
/* Now, say perform the lines (these test does not return so the remaining
- * logic is cosmetic).
+ * logic is cosmetic).
*/
nxlines_test(g_nxlines.hbkgd);