summaryrefslogtreecommitdiff
path: root/apps/examples/rgmp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/rgmp')
-rw-r--r--apps/examples/rgmp/Makefile2
-rw-r--r--apps/examples/rgmp/rgmp_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/rgmp/Makefile b/apps/examples/rgmp/Makefile
index d94d6ec3c..049ad02a0 100644
--- a/apps/examples/rgmp/Makefile
+++ b/apps/examples/rgmp/Makefile
@@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/rgmp/rgmp_main.c b/apps/examples/rgmp/rgmp_main.c
index e026852b8..1cf5a56c7 100644
--- a/apps/examples/rgmp/rgmp_main.c
+++ b/apps/examples/rgmp/rgmp_main.c
@@ -60,7 +60,7 @@
int rgmp_main(int argc, char *argv[])
{
// TODO: add your code here
-
+
return 0;
}