提交 5697f6ae 编写于 作者: A Aurelien Jarno

Fix a missing trailing newline

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 4cdc1cd1
......@@ -2603,7 +2603,7 @@ int main(int argc, char **argv, char **envp)
if (p != NULL) {
*p++ = 0;
if (strncmp(p, "process=", 8)) {
fprintf(stderr, "Unknown subargument %s to -name", p);
fprintf(stderr, "Unknown subargument %s to -name\n", p);
exit(1);
}
p += 8;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册