diff options
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index be7e38ccb..92e1a054e 100644 --- a/src/diff.c +++ b/src/diff.c @@ -641,7 +641,7 @@ diff_write(buf_T *buf, char_u *fname) */ void ex_diffupdate( - exarg_T *eap UNUSED) /* can be NULL */ + exarg_T *eap) /* can be NULL */ { buf_T *buf; int idx_orig; |