Wconversion: Fix warnings in indent_c.c.

This commit is contained in:
Florian Walch
2014-11-18 21:14:29 +01:00
parent e3fca96e18
commit 10b938bdb5
3 changed files with 26 additions and 24 deletions

View File

@@ -1430,7 +1430,7 @@ static int check_prevcol(char_u *linep, int col, int ch, int *prevcol)
* NULL
*/
pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int maxtravel)
pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int64_t maxtravel)
{
static pos_T pos; /* current search position */
int findc = 0; /* matching brace */