Remove extra warning newlines

This commit is contained in:
Wilson Snyder
2010-01-15 20:07:16 -05:00
parent 057e1a1aff
commit ab2702070b
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ private:
}
}
if (argp) {
argp->v3error("Extra arguments for $display format\n");
argp->v3error("Extra arguments for $display format");
}
}