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/elf/elf_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/elf') diff --git a/apps/examples/elf/elf_main.c b/apps/examples/elf/elf_main.c index d14ebe659..2a70a6642 100644 --- a/apps/examples/elf/elf_main.c +++ b/apps/examples/elf/elf_main.c @@ -216,7 +216,7 @@ static inline void testheader(FAR const char *progname) ****************************************************************************/ #ifdef CONFIG_BUILD_KERNEL -int main(int argc, FAR char **argv) +int main(int argc, FAR char *argv[]) #else int elf_main(int argc, char *argv[]) #endif -- cgit v1.2.3