aboutsummaryrefslogtreecommitdiff
path: root/colour.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-14 00:02:37 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-14 00:02:37 +0000
commit81b393a4931037e604975682a2706f4447f06475 (patch)
treeb06e3e3e13155c27643f88c0962113f8d04ad81b /colour.c
parent786f5e505eedca60e605275c189fc67474d0490c (diff)
parent5755bfc619d9d638e82b53afc91cf06096f4dfd9 (diff)
downloadrtmux-81b393a4931037e604975682a2706f4447f06475.tar.gz
rtmux-81b393a4931037e604975682a2706f4447f06475.tar.bz2
rtmux-81b393a4931037e604975682a2706f4447f06475.zip
Merge branch 'obsd-master'
Diffstat (limited to 'colour.c')
-rw-r--r--colour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colour.c b/colour.c
index a0274dd3..eaee6058 100644
--- a/colour.c
+++ b/colour.c
@@ -160,7 +160,7 @@ colour_tostring(int c)
case 97:
return ("brightwhite");
}
- return (NULL);
+ return ("invalid");
}
/* Convert colour from string. */