< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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; }