git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
898f807
)
list-objects-filter-options: fix function name in BUG
author
Martin Ågren
<redacted>
Sat, 14 Nov 2020 08:43:26 +0000
(09:43 +0100)
committer
Junio C Hamano
<redacted>
Mon, 16 Nov 2020 22:28:25 +0000
(14:28 -0800)
Fix the function name we give in the BUG message. It's "config", not
"choice".
Signed-off-by: Martin Ågren <redacted>
Signed-off-by: Junio C Hamano <redacted>
list-objects-filter-options.c
patch
|
blob
|
history
diff --git
a/list-objects-filter-options.c
b/list-objects-filter-options.c
index defd3dfd101f414c5708dc576ff4b7fac8a058a3..d2d1c81caf33fdc12eea412dd428bfe80ee36103 100644
(file)
--- a/
list-objects-filter-options.c
+++ b/
list-objects-filter-options.c
@@
-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_c
hoice
_name: invalid argument '%d'", c);
+ BUG("list_object_filter_c
onfig
_name: invalid argument '%d'", c);
}
/*
git clone https://git.99rst.org/PROJECT