summaryrefslogtreecommitdiff
path: root/apps/system/prun
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/prun')
-rw-r--r--apps/system/prun/pexec_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/prun/pexec_main.c b/apps/system/prun/pexec_main.c
index 74771f0c0..f981af6a1 100644
--- a/apps/system/prun/pexec_main.c
+++ b/apps/system/prun/pexec_main.c
@@ -82,7 +82,7 @@ static void show_usage(FAR const char *progname, int errcode)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int pexec_main(int argc, FAR char **argv)
#endif