mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Remove unnecessary comments and unnecessary return
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user