summaryrefslogtreecommitdiffstats
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/hidkbd/hidkbd_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/hidkbd/hidkbd_main.c b/apps/examples/hidkbd/hidkbd_main.c
index bc1eebed0b..8c9f6fa95f 100644
--- a/apps/examples/hidkbd/hidkbd_main.c
+++ b/apps/examples/hidkbd/hidkbd_main.c
@@ -227,5 +227,6 @@ int hidkbd_main(int argc, char *argv[])
close(fd);
}
}
+
return 0;
}