summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/flash_eraseall')
-rw-r--r--apps/system/flash_eraseall/flash_eraseall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/flash_eraseall/flash_eraseall.c b/apps/system/flash_eraseall/flash_eraseall.c
index 8e744f746..8142c036a 100644
--- a/apps/system/flash_eraseall/flash_eraseall.c
+++ b/apps/system/flash_eraseall/flash_eraseall.c
@@ -59,7 +59,7 @@
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int flash_eraseall_main(int argc, char *argv[])
#endif