diff options
author | Matthew Hoops | 2011-06-16 14:10:59 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-06-16 14:10:59 -0400 |
commit | fd8eaba47a3a3bdbac56f2d21d100b3b953ed2f5 (patch) | |
tree | 6bf4968f98e471f126d786f8584a1e5ca25fb31b /engines | |
parent | 0fc10033b5dbbeeac34cf9a256e356091dd5231a (diff) | |
download | scummvm-rg350-fd8eaba47a3a3bdbac56f2d21d100b3b953ed2f5.tar.gz scummvm-rg350-fd8eaba47a3a3bdbac56f2d21d100b3b953ed2f5.tar.bz2 scummvm-rg350-fd8eaba47a3a3bdbac56f2d21d100b3b953ed2f5.zip |
PEGASUS: Fix typo in MMConstants.h
Diffstat (limited to 'engines')
-rwxr-xr-x | engines/pegasus/MMShell/MMConstants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/MMShell/MMConstants.h b/engines/pegasus/MMShell/MMConstants.h index e96eb15828..21852a9e39 100755 --- a/engines/pegasus/MMShell/MMConstants.h +++ b/engines/pegasus/MMShell/MMConstants.h @@ -23,8 +23,8 @@ * */ -#ifndef PEGASUS_MMSHELL_MMTYPES_H -#define PEGASUS_MMSHELL_MMTYPES_H +#ifndef PEGASUS_MMSHELL_MMCONSTANTS_H +#define PEGASUS_MMSHELL_MMCONSTANTS_H #include "pegasus/MMShell/MMTypes.h" |