Commit 99f77667 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

widl: Error_loc() messages must have a trailing linefeed.

parent 683ad822
...@@ -173,7 +173,7 @@ static int token_winrt( int token, const char *str, YYSTYPE *yylval ) ...@@ -173,7 +173,7 @@ static int token_winrt( int token, const char *str, YYSTYPE *yylval )
static void winrt_enable( int ns_prefix ) static void winrt_enable( int ns_prefix )
{ {
if (!list_empty( &import_stack ) && !winrt_mode) error_loc( "WinRT IDL file imported in non-winrt mode." ); if (!list_empty( &import_stack ) && !winrt_mode) error_loc( "WinRT IDL file imported in non-winrt mode.\n" );
use_abi_namespace = ns_prefix; use_abi_namespace = ns_prefix;
winrt_mode = TRUE; winrt_mode = TRUE;
......
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