Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
BUG_exit_code: fix sparse "symbol not declared" warning
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index 9558d13834e2842d32fa4015f2e3c00538d52dcd..0acab27133c263bfca3d2bbcb83ea9dad6f96487 100644
(file)
--- a/
pack-objects.c
+++ b/
pack-objects.c
@@
-58,7
+58,7
@@
static void rehash_objects(struct packing_data *pdata)
&found);
if (found)
-
die("BUG:
Duplicate object in hash");
+
BUG("
Duplicate object in hash");
pdata->index[ix] = i + 1;
entry++;