summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/restart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/restart.c')
-rw-r--r--apps/examples/ostest/restart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ostest/restart.c b/apps/examples/ostest/restart.c
index 7cbdd25d3..02d236627 100644
--- a/apps/examples/ostest/restart.c
+++ b/apps/examples/ostest/restart.c
@@ -77,7 +77,7 @@ static bool g_restarted;
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
static int restart_main(int argc, char *argv[])
#endif