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

This commit is contained in:
Francois Gouget 2007-10-18 17:10:45 +02:00 committed by Alexandre Julliard
parent 490841ee06
commit 599c74296c
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ static unsigned char conf_string_type_of_char_type(unsigned char t)
return RPC_FC_C_WSTRING; 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; return 0;
} }