sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit ff96728bdd586d89fa19f605446e9b1b56b35f0e
parent 88760789c74f3f8c1f39850110e6300f4d18ae8c
Author: Kurt H Maier <khm@intma.in>
Date:   Fri,  6 Apr 2012 23:37:36 -0400

test: fix compiler warning
Diffstat:
Mtest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.c b/test.c @@ -16,7 +16,7 @@ static const char *progname; int main(int argc, char *argv[]) { - bool ret, not = false; + bool ret = false, not = false; progname = argv[0];