[Scummvm-cvs-logs] scummvm master -> 454542eba130b5ac7d5fb21b90509a1d4118cc95

somaen einarjohants at gmail.com
Thu Jan 24 20:27:46 CET 2013


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:
454542eba1 WINTERMUTE: Even more formatting fixes.


Commit: 454542eba130b5ac7d5fb21b90509a1d4118cc95
    https://github.com/scummvm/scummvm/commit/454542eba130b5ac7d5fb21b90509a1d4118cc95
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-01-24T11:27:03-08:00

Commit Message:
WINTERMUTE: Even more formatting fixes.

Changed paths:
    engines/wintermute/persistent.h



diff --git a/engines/wintermute/persistent.h b/engines/wintermute/persistent.h
index ed43f5f..ca9281f 100644
--- a/engines/wintermute/persistent.h
+++ b/engines/wintermute/persistent.h
@@ -36,7 +36,7 @@ class BasePersistenceManager;
 // persistence support
 typedef void *(*PERSISTBUILD)(void);
 typedef bool(*PERSISTLOAD)(void *, BasePersistenceManager *);
-typedef void (*SYS_INSTANCE_CALLBACK)(void *Instance, void *Data);
+typedef void(*SYS_INSTANCE_CALLBACK)(void *instance, void *data);
 } // end of namespace Wintermute
 
 #include "engines/wintermute/system/sys_class_registry.h"






More information about the Scummvm-git-logs mailing list