(decode_options): Fix typo in invoking add_exclude_file.

This commit is contained in:
Paul Eggert
1999-08-11 13:41:56 +00:00
parent 911e926f45
commit 33a2b1fc06

View File

@@ -798,7 +798,7 @@ decode_options (int argc, char *const *argv)
break;
case 'X':
if (add_exclude_file (NULL, add_filtered_exclude, optarg, '\n') != 0)
if (add_exclude_file (add_filtered_exclude, NULL, optarg, '\n') != 0)
FATAL_ERROR ((0, errno, "%s", optarg));
break;