X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=column.c;h=2165297608ec92c3f5a9cc9abfba072f9d43be1f;hb=0fcd668fc461bfc4f97db4307d2e6f6602c4dd89;hp=49ab85b76916784d5d5e6d6ef15a9638ef97b59f;hpb=68559c464a8d22d4c3cc0a258fb4317125ddd099;p=thirdparty%2Fgit.git diff --git a/column.c b/column.c index 49ab85b769..2165297608 100644 --- 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)); } }