Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/complete-paths'
[gitweb.git]
/
builtin
/
config.c
diff --git
a/builtin/config.c
b/builtin/config.c
index 69e7270356c5a4da8372201ac80ec0d33e8909c2..1e31aa9f8d98ffa6790ba2c6023634841b1abf74 100644
(file)
--- a/
builtin/config.c
+++ b/
builtin/config.c
@@
-398,7
+398,7
@@
static char *normalize_value(const char *key, const char *value)
return xstrdup(value);
}
-
die("BUG:
cannot normalize type %d", type);
+
BUG("
cannot normalize type %d", type);
}
static int get_color_found;