Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: generalize commit date cutoff
[gitweb.git]
/
column.c
diff --git
a/column.c
b/column.c
index 49ab85b76916784d5d5e6d6ef15a9638ef97b59f..2165297608ec92c3f5a9cc9abfba072f9d43be1f 100644
(file)
--- a/
column.c
+++ b/
column.c
@@
-214,7
+214,7
@@
void print_columns(const struct string_list *list, unsigned int colopts,
display_table(list, colopts, &nopts);
break;
default:
-
die("BUG:
invalid layout mode %d", COL_LAYOUT(colopts));
+
BUG("
invalid layout mode %d", COL_LAYOUT(colopts));
}
}