diff options
| author | Travis Howell | 2003-12-02 13:10:41 +0000 | 
|---|---|---|
| committer | Travis Howell | 2003-12-02 13:10:41 +0000 | 
| commit | 4f418c3aa99e8ccea3273300073a9dfecb21ca7f (patch) | |
| tree | f08f71beb4f3b6674e42d516cb8913235c5d7618 | |
| parent | c80767271b0c9592d2cb6013a3521e75a700566f (diff) | |
| download | scummvm-rg350-4f418c3aa99e8ccea3273300073a9dfecb21ca7f.tar.gz scummvm-rg350-4f418c3aa99e8ccea3273300073a9dfecb21ca7f.tar.bz2 scummvm-rg350-4f418c3aa99e8ccea3273300073a9dfecb21ca7f.zip | |
Typo
svn-id: r11476
| -rw-r--r-- | scumm/scummvm.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 9e2c327f0a..f6026dd65f 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -55,7 +55,7 @@  #include "sound/mididrv.h"  #include "sound/mixer.h" -#ifndef __PALM_OS__ +#ifdef __PALM_OS__  #include "globals.h"  #endif | 
