From 9544c29043dbb090da9e526825bf1fd9110f656c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 09:23:23 -0600 Subject: Use more standard *argv[] instead easier **argv --- apps/examples/smart_test/smart_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/smart_test') 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 -- cgit v1.2.3