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/sysinfo/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/sysinfo') diff --git a/apps/system/sysinfo/sysinfo.c b/apps/system/sysinfo/sysinfo.c index 734c94233..7301950c8 100644 --- a/apps/system/sysinfo/sysinfo.c +++ b/apps/system/sysinfo/sysinfo.c @@ -56,7 +56,7 @@ ****************************************************************************/ #ifdef CONFIG_BUILD_KERNEL -int main(int argc, FAR char **argv) +int main(int argc, FAR char *argv[]) #else int sysinfo_main(int argc, char *argv[]) #endif -- cgit v1.2.3