booboo in previous commit 6a6a089 whereby a printf statement was botched, breaking build

This commit is contained in:
ziggurat29 2016-04-27 19:35:10 -05:00
parent d3fbd86657
commit 05df5a0336

View file

@ -920,6 +920,7 @@ static ssize_t proc_groupfd(FAR struct proc_file_s *procfile,
#if CONFIG_NFILE_DESCRIPTORS > 0 /* Guaranteed to be true */
linesize = snprintf(procfile->line, STATUS_LINELEN, "\n%-3s %-8s %s\n",
"FD", "POS", "OFLAGS");
copysize = procfs_memcpy(procfile->line, linesize, buffer, remaining, &offset);
totalsize += copysize;