wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src thread.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src thread.cpp
Date: Fri, 16 Sep 2005 17:41:54 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/09/16 21:41:54

Modified files:
        src            : thread.cpp 

Log message:
        Fix misplaced #ifndef

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/thread.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: wesnoth/src/thread.cpp
diff -u wesnoth/src/thread.cpp:1.15 wesnoth/src/thread.cpp:1.16
--- wesnoth/src/thread.cpp:1.15 Thu Sep 15 23:33:42 2005
+++ wesnoth/src/thread.cpp      Fri Sep 16 21:41:53 2005
@@ -1,4 +1,4 @@
-/* $Id: thread.cpp,v 1.15 2005/09/15 23:33:42 j_daniel Exp $ */
+/* $Id: thread.cpp,v 1.16 2005/09/16 21:41:53 j_daniel Exp $ */
 /*
    Copyright (C) 2003-5 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -175,8 +175,9 @@
                        if(res == condition::WAIT_OK || finishedVar_) {
                                completed = true;
                                break;
+                       }
 #ifndef __BEOS__
-                       } else if(res == condition::WAIT_ERROR) {
+                       else if(res == condition::WAIT_ERROR) {
                                break;
                        }
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]