diff options
Diffstat (limited to 'colour.c')
-rw-r--r-- | colour.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ colour_tostring(int c) case 97: return ("brightwhite"); } - return (NULL); + return ("invalid"); } /* Convert colour from string. */ |