aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-03 12:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-03 12:01:26 +0000
commit875139f5fa257ab034d14fe87d58336f4322fca4 (patch)
treeec55502b8ca70d6c1027b17336e1552095253bc1 /attributes.c
parentedf96b06a5aede19e796ace18b4915d973e96e55 (diff)
parent7826d40ff997e76d7cc4153ddde8bac6273e3a26 (diff)
downloadrtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.gz
rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.bz2
rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'attributes.c')
-rw-r--r--attributes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/attributes.c b/attributes.c
index 5849af2b..ca88a056 100644
--- a/attributes.c
+++ b/attributes.c
@@ -59,8 +59,8 @@ attributes_fromstring(const char *str)
size_t end;
u_int i;
struct {
- const char* name;
- int attr;
+ const char *name;
+ int attr;
} table[] = {
{ "bright", GRID_ATTR_BRIGHT },
{ "bold", GRID_ATTR_BRIGHT },