index
:
grab
master
Structural alternative to grep
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
make.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 8a927c4..959a67f 100644
--- a/
make.c
+++ b/
make.c
@@ -40,7 +40,7 @@ int
main(int argc, char **argv)
{
int opt;
- bool debug;
+ bool debug = false;
cmd_t c = {0};
cbsinit(argc, argv);