[reSIProcate] [patch] fix warning

Alfred E. Heggestad aeh at db.org
Tue Sep 5 02:34:32 CDT 2006


this patch fixes a small warning in rutil:


Index: rutil/ThreadIf.cxx
===================================================================
--- rutil/ThreadIf.cxx  (revision 6553)
+++ rutil/ThreadIf.cxx  (working copy)
@@ -169,7 +169,7 @@
 #else
    CloseHandle(mThread);
    mThread = 0;
-#endif;
+#endif
    mId = 0;
 }





More information about the resiprocate-devel mailing list