]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#293)
authorrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:07:40 +0000 (01:07 +0700)
committerrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:07:40 +0000 (01:07 +0700)
src/script/parser.c

index 2c80e95bb7ca4d7e205dfc7d1239bc572e6190ab..c6651845279974ee7f603adab4efffdb1434cd51 100644 (file)
@@ -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);