Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fread does not return negative on error
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index 929b00f59285c21a07df98700c23171505f5cddb..1b6df45450c39c0f456df68485b5735950816ac8 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-40,7
+40,7
@@
static int parse_status_slot(const char *var, int offset)
die("bad config variable '%s'", var);
}
-static const char
*
color(int slot)
+static const char
*
color(int slot)
{
return wt_status_use_color > 0 ? wt_status_colors[slot] : "";
}