mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
Merge branch 'ma/list-object-filter-opt-msgfix'
Error message fix. * ma/list-object-filter-opt-msgfix: list-objects-filter-options: fix function name in BUG
This commit is contained in:
commit
b5b71cbd5d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const char *list_object_filter_config_name(enum list_objects_filter_choice c)
|
|||
/* not a real filter type; just the count of all filters */
|
||||
break;
|
||||
}
|
||||
BUG("list_object_filter_choice_name: invalid argument '%d'", c);
|
||||
BUG("list_object_filter_config_name: invalid argument '%d'", c);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue