From: rexim Date: Sat, 25 Aug 2018 18:07:40 +0000 (+0700) Subject: TODO(#293) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=e842a9b2be0c8b383d11e824dad77fe655289026;p=nothing.git TODO(#293) --- diff --git a/src/script/parser.c b/src/script/parser.c index 2c80e95b..c6651845 100644 --- a/src/script/parser.c +++ b/src/script/parser.c @@ -141,7 +141,7 @@ void print_parse_error(FILE *stream, const char *str, struct ParseError error) { - /* TODO: print_parse_error doesn't support colors */ + /* TODO(#293): print_parse_error doesn't support colors */ /* TODO: print_parse_error doesn't support multiple lines */ fprintf(stream, "%s\n", str);