diff options
author | James McCoy <jamessan@jamessan.com> | 2018-01-01 23:17:31 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-01-02 19:35:29 -0500 |
commit | 5f5011e8f67e6c26ec0c04d2f390bca392dba648 (patch) | |
tree | 63494d18add51999f8814fc0b792130894210923 /src/nvim/if_cscope.c | |
parent | b86e44aa358c2164bebddbb4ed9640b000323c6b (diff) | |
download | rneovim-5f5011e8f67e6c26ec0c04d2f390bca392dba648.tar.gz rneovim-5f5011e8f67e6c26ec0c04d2f390bca392dba648.tar.bz2 rneovim-5f5011e8f67e6c26ec0c04d2f390bca392dba648.zip |
lint
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index 303a9bd92b..773e29693c 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1369,7 +1369,7 @@ static char *cs_manage_matches(char **matches, char **contexts, case Print: cs_print_tags_priv(mp, cp, cnt); break; - default: /* should not reach here */ + default: // should not reach here IEMSG(_("E570: fatal error in cs_manage_matches")); return NULL; } |