summaryrefslogtreecommitdiffstats
path: root/src/message.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-06 22:15:08 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-06 22:15:08 +0200
commitaeac9006d5d14910f214f09df52c026a5936e737 (patch)
tree53c5b2efb24387c625d95ff4f5af4d1436c57c76 /src/message.c
parent64d8e25bf6efe5f18b032563521c3ce278c316ab (diff)
patch 7.4.2341v7.4.2341
Problem: Tiny things. Test doesn't clean up properly. Solution: Adjust comment and white space. Restore option value.
Diffstat (limited to 'src/message.c')
-rw-r--r--src/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c
index 3801b0a7e2..6ec325eb4e 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1815,7 +1815,7 @@ screen_puts_mbyte(char_u *s, int l, int attr)
void
msg_puts(char_u *s)
{
- msg_puts_attr(s, 0);
+ msg_puts_attr(s, 0);
}
void