aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/decl.c b/decl.c
index 5558df5..d10e3b6 100644
--- a/decl.c
+++ b/decl.c
@@ -1014,7 +1014,8 @@ decl(struct scope *s, struct func *f)
}
}
-struct decl *stringdecl(struct expr *expr)
+struct decl *
+stringdecl(struct expr *expr)
{
static struct map *strings;
struct mapkey key;