aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
diff options
context:
space:
mode:
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 },