[Scummvm-cvs-logs] scummvm master -> 5936f7c9d1faef575584cff69ca6263d82a9d773

clone2727 clone2727 at gmail.com
Thu Mar 5 14:05:14 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5936f7c9d1 MACOSX: Fix compilation


Commit: 5936f7c9d1faef575584cff69ca6263d82a9d773
    https://github.com/scummvm/scummvm/commit/5936f7c9d1faef575584cff69ca6263d82a9d773
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2015-03-05T08:02:54-05:00

Commit Message:
MACOSX: Fix compilation

Broken by 3f22c12

Changed paths:
    backends/platform/sdl/macosx/macosx.cpp



diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index fa9f3ad..38a2d74 100644
--- a/backends/platform/sdl/macosx/macosx.cpp
+++ b/backends/platform/sdl/macosx/macosx.cpp
@@ -104,8 +104,6 @@ void OSystem_MacOSX::addSysArchivesToSearchSet(Common::SearchSet &s, int priorit
 	}
 }
 
-}
-
 bool OSystem_MacOSX::hasFeature(Feature f) {
 	if (f == kFeatureDisplayLogFile)
 		return true;






More information about the Scummvm-git-logs mailing list