summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_vfprintf.c')
-rw-r--r--nuttx/lib/lib_vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/lib_vfprintf.c b/nuttx/lib/lib_vfprintf.c
index d8c9a7fb0..197b27856 100644
--- a/nuttx/lib/lib_vfprintf.c
+++ b/nuttx/lib/lib_vfprintf.c
@@ -75,7 +75,7 @@
* Public Functions
****************************************************************************/
-int vfprintf(FILE *stream, const char *fmt, va_list ap)
+int vfprintf(FAR FILE *stream, FAR const char *fmt, va_list ap)
{
struct lib_stdstream_s stdstream;
int n = ERROR;