[hackers] [sbase] test: fix compiler warning || Kurt H Maier
changeset: 102:8de882aa36fa
tag: tip
user: Kurt H Maier <khm_AT_intma.in>
date: Fri Apr 06 23:37:36 2012 -0400
files: test.c
description:
test: fix compiler warning
diff -r 02cb0c700e64 -r 8de882aa36fa test.c
--- a/test.c Sat Feb 04 01:16:18 2012 +0000
+++ b/test.c Fri Apr 06 23:37:36 2012 -0400
_AT_@ -16,7 +16,7 @@
int
main(int argc, char *argv[])
{
- bool ret, not = false;
+ bool ret = false, not = false;
progname = argv[0];
Received on Tue Apr 10 2012 - 13:12:53 CEST
This archive was generated by hypermail 2.3.0
: Tue Apr 10 2012 - 13:24:05 CEST