aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-06-05 23:25:10 -0300
committerFelipe Oliveira Carvalho <felipekde@gmail.com>2014-06-16 01:40:29 -0300
commite85598e5a91c714c10034b6b3986a666065d1078 (patch)
tree827dd9c4f8f1f6ef73ff1f20a609d08e36640986 /src/nvim/message.c
parentf099809e670106aff55c41c7b19c0bc81e38aa7b (diff)
downloadrneovim-e85598e5a91c714c10034b6b3986a666065d1078.tar.gz
rneovim-e85598e5a91c714c10034b6b3986a666065d1078.tar.bz2
rneovim-e85598e5a91c714c10034b6b3986a666065d1078.zip
Remove unnecessary comments and unnecessary return
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r--src/nvim/message.c2
1 files changed, 1 insertions, 1 deletions
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