diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-05-30 22:17:05 +0300 |
---|---|---|
committer | Brandon Coleman <metrix1978@gmail.com> | 2014-06-12 01:20:36 -0500 |
commit | 18b64c99cc0fc04ecb7e36e324b48ebaef56b813 (patch) | |
tree | 4ce8b7d940433310804ad810bfca44da75cdba78 /src/nvim/misc2.c | |
parent | 7f21665673686c653389ff4e86a2ce8e17804178 (diff) | |
download | rneovim-18b64c99cc0fc04ecb7e36e324b48ebaef56b813.tar.gz rneovim-18b64c99cc0fc04ecb7e36e324b48ebaef56b813.tar.bz2 rneovim-18b64c99cc0fc04ecb7e36e324b48ebaef56b813.zip |
Remove unnecessary (int) casts and fix style
Diffstat (limited to 'src/nvim/misc2.c')
-rw-r--r-- | src/nvim/misc2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/misc2.c b/src/nvim/misc2.c index adf0fa7120..312154ee2b 100644 --- a/src/nvim/misc2.c +++ b/src/nvim/misc2.c @@ -151,7 +151,6 @@ int decl(pos_T *lp) } /* - * Return TRUE when 'shell' has "csh" in the tail. */ int csh_like_shell(void) |