From e85598e5a91c714c10034b6b3986a666065d1078 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Thu, 5 Jun 2014 23:25:10 -0300 Subject: Remove unnecessary comments and unnecessary return --- src/nvim/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/message.c') diff --git a/src/nvim/message.c b/src/nvim/message.c index 6a7e843648..281270155a 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -2867,7 +2867,7 @@ static char_u * console_dialog_alloc(const char_u *message, * the button is used. * The hotkeys can be multi-byte characters, but without combining chars. * - * Returns an allocated string with hotkeys, or NULL for error. + * Returns an allocated string with hotkeys. */ static char_u *msg_show_console_dialog(char_u *message, char_u *buttons, int dfltbutton) FUNC_ATTR_NONNULL_RET -- cgit