浏览代码

Fix a silly typo for Manuel
-Erik

Eric Andersen 23 年之前
父节点
当前提交
7ce8fe43bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/stdio/printf.c

+ 1 - 1
libc/stdio/printf.c

@@ -470,7 +470,7 @@ int vfprintf(FILE * __restrict stream, register const char * __restrict format,
 			}
 		} while (1);
 
-		va_end(ppfs->arg);		/* Need to clean up after va_copy! */
+		va_end(ppfs.arg);		/* Need to clean up after va_copy! */
 	}
 
 	__STDIO_THREADUNLOCK(stream);