summaryrefslogtreecommitdiff
path: root/apps/system/sdcard/sdcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sdcard/sdcard.c')
-rw-r--r--apps/system/sdcard/sdcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/sdcard/sdcard.c b/apps/system/sdcard/sdcard.c
index 708ca4676..1235d7f24 100644
--- a/apps/system/sdcard/sdcard.c
+++ b/apps/system/sdcard/sdcard.c
@@ -105,7 +105,7 @@ static int sdcard_start(int slotno)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int sdcard_main(int argc, char *argv[])
#endif