summaryrefslogtreecommitdiffstats
path: root/format-draw.c
diff options
context:
space:
mode:
authornicm <nicm>2020-04-09 15:35:27 +0000
committernicm <nicm>2020-04-09 15:35:27 +0000
commita1fc8f8b23bf6371877ff93e123b735d2c7d596d (patch)
tree610ea1d7e5d60c1909abef55a0dfb5a283329642 /format-draw.c
parent26f5dfbe46c75f8b907ee75daaadde9a310d8dfb (diff)
More style nits.
Diffstat (limited to 'format-draw.c')
-rw-r--r--format-draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format-draw.c b/format-draw.c
index 85248aa6..3ac33ce4 100644
--- a/format-draw.c
+++ b/format-draw.c
@@ -804,7 +804,7 @@ format_width(const char *expanded)
if (cp[0] == '#' && cp[1] == '[') {
end = format_skip(cp + 2, "]");
if (end == NULL)
- return 0;
+ return (0);
cp = end + 1;
} else if ((more = utf8_open(&ud, *cp)) == UTF8_MORE) {
while (*++cp != '\0' && more == UTF8_MORE)