summaryrefslogtreecommitdiff
path: root/apps/examples/mount/mount_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mount/mount_main.c')
-rw-r--r--apps/examples/mount/mount_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/mount/mount_main.c b/apps/examples/mount/mount_main.c
index 605092c97..e475306ea 100644
--- a/apps/examples/mount/mount_main.c
+++ b/apps/examples/mount/mount_main.c
@@ -572,7 +572,7 @@ static void succeed_stat(const char *path)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int mount_main(int argc, char *argv[])
#endif