diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-12-03 12:01:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-12-03 12:01:26 +0000 |
commit | 875139f5fa257ab034d14fe87d58336f4322fca4 (patch) | |
tree | ec55502b8ca70d6c1027b17336e1552095253bc1 /attributes.c | |
parent | edf96b06a5aede19e796ace18b4915d973e96e55 (diff) | |
parent | 7826d40ff997e76d7cc4153ddde8bac6273e3a26 (diff) | |
download | rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.gz rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.bz2 rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'attributes.c')
-rw-r--r-- | attributes.c | 4 |
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 }, |