diff options
Diffstat (limited to 'src/wasm-ast-parser-lexer-shared.c')
-rw-r--r-- | src/wasm-ast-parser-lexer-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-ast-parser-lexer-shared.c b/src/wasm-ast-parser-lexer-shared.c index 9c380282..94d5fc2b 100644 --- a/src/wasm-ast-parser-lexer-shared.c +++ b/src/wasm-ast-parser-lexer-shared.c @@ -59,7 +59,7 @@ void wasm_ast_format_error(WasmSourceErrorHandler* error_handler, if (WASM_FAILED(result)) { /* if this fails, it means that we've probably screwed up the lexer. blow * up. */ - WASM_FATAL("error getting the source line."); + WASM_FATAL("error getting the source line.\n"); } } |