1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-04 01:56:15 +02: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:
Junio C Hamano 2020-11-25 15:24:52 -08:00
commit b5b71cbd5d

View File

@ -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);
}
/*