diff options
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 2c9209662..67ec84b6a 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -2999,7 +2999,7 @@ source_runtime(name, all) do_in_runtimepath(name, all, callback, cookie) char_u *name; int all; - void (*callback)__ARGS((char_u *fname, void *ck)); + void (*callback)(char_u *fname, void *ck); void *cookie; { char_u *rtp; |