Merge branch 'ab/get-short-oid'
[gitweb.git] / builtin / config.c
index 69e7270356c5a4da8372201ac80ec0d33e8909c2..1e31aa9f8d98ffa6790ba2c6023634841b1abf74 100644 (file)
@@ -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;