diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index 83e4ae9d4b..60ca146d23 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -754,7 +754,7 @@ static ssize_t proc_loadavg(FAR struct proc_file_s *procfile, } linesize = procfs_snprintf(procfile->line, STATUS_LINELEN, - "%3" PRId32 ".%01" PRId32 "%%", + "%3" PRId32 ".%01" PRId32 "%%\n", intpart, fracpart); copysize = procfs_memcpy(procfile->line, linesize, buffer, buflen, &offset);