widl: Add the trailing '\n' to an error message.
This commit is contained in:
parent
490841ee06
commit
599c74296c
|
@ -863,7 +863,7 @@ static unsigned char conf_string_type_of_char_type(unsigned char t)
|
|||
return RPC_FC_C_WSTRING;
|
||||
}
|
||||
|
||||
error("string_type_of_char_type: unrecognized type %d", t);
|
||||
error("string_type_of_char_type: unrecognized type %d\n", t);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue