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/system/ramtest/ramtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/ramtest') diff --git a/apps/system/ramtest/ramtest.c b/apps/system/ramtest/ramtest.c index 02ba1151e..34cbf9168 100644 --- a/apps/system/ramtest/ramtest.c +++ b/apps/system/ramtest/ramtest.c @@ -557,7 +557,7 @@ static void addr_in_addr(FAR struct ramtest_s *info) ****************************************************************************/ #ifdef CONFIG_BUILD_KERNEL -int main(int argc, FAR char **argv) +int main(int argc, FAR char *argv[]) #else int ramtest_main(int argc, char **argv) #endif -- cgit v1.2.3