commit | 0c094b9d7f8a031e2cb495551ecc13e34cfa5818 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 14 20:20:33 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 14 20:20:33 2009 +0000 |
tree | 660d6095585ed5291454a77e6246ec4ecbc71fe6 | |
parent | d30f9d92c4e03fd1a132e3440253eb92b5c7b3e4 [diff] [blame] |
updated for version 7.2-173
diff --git a/src/charset.c b/src/charset.c index b6a8926..bac1a20 100644 --- a/src/charset.c +++ b/src/charset.c
@@ -1026,13 +1026,12 @@ * string at start of line. Warning: *headp is only set if it's a non-zero * value, init to 0 before calling. */ -/*ARGSUSED*/ int win_lbr_chartabsize(wp, s, col, headp) win_T *wp; char_u *s; colnr_T col; - int *headp; + int *headp UNUSED; { #ifdef FEAT_LINEBREAK int c;