summaryrefslogtreecommitdiff
path: root/apps/examples/smart_test/smart_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/smart_test/smart_test.c')
-rw-r--r--apps/examples/smart_test/smart_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/smart_test/smart_test.c b/apps/examples/smart_test/smart_test.c
index a375cc6c4..9d81199d0 100644
--- a/apps/examples/smart_test/smart_test.c
+++ b/apps/examples/smart_test/smart_test.c
@@ -328,7 +328,7 @@ static int smart_seek_with_write_test(char *filename)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int smart_test_main(int argc, char *argv[])
#endif