diff options
Diffstat (limited to 'rccat.md')
-rw-r--r-- | rccat.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ These are all the codes for the colors we want, and an array to order them nicel int lastcolor = 0; void printColors(char *text) { - <<colors=notty>> + <<colors-notty>> if (text) { <<colors-normal>> } |