Commit 599c7429 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

widl: Add the trailing '\n' to an error message.

parent 490841ee
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment