summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-14 20:20:33 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-14 20:20:33 +0000
commit0c094b9d7f8a031e2cb495551ecc13e34cfa5818 (patch)
tree660d6095585ed5291454a77e6246ec4ecbc71fe6 /src/charset.c
parentd30f9d92c4e03fd1a132e3440253eb92b5c7b3e4 (diff)
updated for version 7.2-173v7.2.173
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c
index b6a8926fef..bac1a20ffe 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1026,13 +1026,12 @@ lbr_chartabsize_adv(s, col)
* 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;