summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sysinfo')
-rw-r--r--apps/system/sysinfo/sysinfo.c2
1 files changed, 1 insertions, 1 deletions
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