[Scummvm-cvs-logs] scummvm master -> e3558e56d7b94fce8a561eb52c4c02c73ab74091

dhewg dhewg at wiibrew.org
Thu Jul 7 15:30:42 CEST 2011


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:
e3558e56d7 PS3: Fix comment


Commit: e3558e56d7b94fce8a561eb52c4c02c73ab74091
    https://github.com/scummvm/scummvm/commit/e3558e56d7b94fce8a561eb52c4c02c73ab74091
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-07-07T06:23:14-07:00

Commit Message:
PS3: Fix comment

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



diff --git a/backends/platform/sdl/ps3/ps3.cpp b/backends/platform/sdl/ps3/ps3.cpp
index 16722cc..33586ce 100644
--- a/backends/platform/sdl/ps3/ps3.cpp
+++ b/backends/platform/sdl/ps3/ps3.cpp
@@ -21,7 +21,7 @@
  */
 
 #define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
-#define FORBIDDEN_SYMBOL_EXCEPTION_time_h	//On IRIX, sys/stat.h includes sys/time.h
+#define FORBIDDEN_SYMBOL_EXCEPTION_time_h	// sys/stat.h includes sys/time.h
 #define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h
 
 #include "common/scummsys.h"






More information about the Scummvm-git-logs mailing list