mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
widl: Add missing '\n' on error message.
This commit is contained in:
parent
ec636f151b
commit
defc1d873e
1 changed files with 1 additions and 2 deletions
|
@ -1428,8 +1428,7 @@ static size_t write_typeformatstring_var(FILE *file, int indent, const func_t *f
|
|||
if (pointer_attr)
|
||||
{
|
||||
if (! ptr_level)
|
||||
error("'%s': pointer attribute applied to non-pointer type",
|
||||
var->name);
|
||||
error("'%s': pointer attribute applied to non-pointer type\n", var->name);
|
||||
pointer_type = pointer_attr;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue