aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-01-01 23:17:31 -0500
committerJames McCoy <jamessan@jamessan.com>2018-01-02 19:35:29 -0500
commit5f5011e8f67e6c26ec0c04d2f390bca392dba648 (patch)
tree63494d18add51999f8814fc0b792130894210923 /src/nvim/if_cscope.c
parentb86e44aa358c2164bebddbb4ed9640b000323c6b (diff)
downloadrneovim-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.c2
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;
}