summaryrefslogtreecommitdiff
path: root/apps/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics')
-rw-r--r--apps/graphics/screenshot/screenshot_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/screenshot/screenshot_main.c b/apps/graphics/screenshot/screenshot_main.c
index 71fbcb5d0..eb4b6d74e 100644
--- a/apps/graphics/screenshot/screenshot_main.c
+++ b/apps/graphics/screenshot/screenshot_main.c
@@ -227,7 +227,7 @@ int save_screenshot(FAR const char *filename)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int screenshot_main(int argc, char *argv[])
#endif