summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart/mtdpart_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mtdpart/mtdpart_main.c')
-rw-r--r--apps/examples/mtdpart/mtdpart_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/mtdpart/mtdpart_main.c b/apps/examples/mtdpart/mtdpart_main.c
index c99440baf..48a56668f 100644
--- a/apps/examples/mtdpart/mtdpart_main.c
+++ b/apps/examples/mtdpart/mtdpart_main.c
@@ -149,7 +149,7 @@ extern FAR struct mtd_dev_s *mtdpart_archinitialize(void);
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int mtdpart_main(int argc, char *argv[])
#endif