diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eolian/eo_lexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eolian/eo_lexer.c b/src/lib/eolian/eo_lexer.c index 3ed337ae64..34034f468f 100644 --- a/src/lib/eolian/eo_lexer.c +++ b/src/lib/eolian/eo_lexer.c | |||
@@ -326,7 +326,7 @@ read_doc(Eo_Lexer *ls, Eo_Token *tok, int line, int column) | |||
326 | { | 326 | { |
327 | if (!ls->current) | 327 | if (!ls->current) |
328 | { | 328 | { |
329 | doc_error(ls, "unfinished documentation", doc, NULL); | 329 | doc_error(ls, "unfinished documentation", doc, rbuf); |
330 | return; /* unreachable, for static analysis */ | 330 | return; /* unreachable, for static analysis */ |
331 | } | 331 | } |
332 | 332 | ||