diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 2245524cc56..6f194b71c28 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -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; }