[or-cvs] Avoid warning on end-of-function

Nick Mathewson nickm at seul.org
Wed Oct 12 18:43:06 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv20221/src/or

Modified Files:
	config.c 
Log Message:
Avoid warning on end-of-function

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -d -r1.434 -r1.435
--- config.c	12 Oct 2005 17:16:25 -0000	1.434
+++ config.c	12 Oct 2005 18:43:03 -0000	1.435
@@ -2822,7 +2822,7 @@
     return 0;
   if (a)
     return -1;
-  if (b)
+  else
     return 1;
 }
 



More information about the tor-commits mailing list