summaryrefslogtreecommitdiff
path: root/sfeed_curses.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_curses.c')
-rw-r--r--sfeed_curses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_curses.c b/sfeed_curses.c
index c761abc..08c9c5a 100644
--- a/sfeed_curses.c
+++ b/sfeed_curses.c
@@ -300,7 +300,7 @@ colw(const char *s)
return col;
}
-/* Format `len' columns of characters. If string is shorter pad the rest
+/* Format `len` columns of characters. If string is shorter pad the rest
with characters `pad`. */
int
utf8pad(char *buf, size_t bufsiz, const char *s, size_t len, int pad)