diff options
author | Eugene Sandulenko | 2004-03-15 01:14:49 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-03-15 01:14:49 +0000 |
commit | 08332ab559f45366e3c965990d7ecf7f6ebc8db7 (patch) | |
tree | 0986d70fd541367028ea5ec84c6baef6f591b15f /saga/resfile.h | |
parent | 54b9b1ccc71ed3e8de250c8fed942c1d95acc102 (diff) | |
download | scummvm-rg350-08332ab559f45366e3c965990d7ecf7f6ebc8db7.tar.gz scummvm-rg350-08332ab559f45366e3c965990d7ecf7f6ebc8db7.tar.bz2 scummvm-rg350-08332ab559f45366e3c965990d7ecf7f6ebc8db7.zip |
Code formatting
svn-id: r13288
Diffstat (limited to 'saga/resfile.h')
-rw-r--r-- | saga/resfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/resfile.h b/saga/resfile.h index 03816fc4ce..a636aa549a 100644 --- a/saga/resfile.h +++ b/saga/resfile.h @@ -66,7 +66,7 @@ public: ResourceFile(); virtual ~ResourceFile(); - bool open( const char *filename, const char *directory ); + bool open(const char *filename, const char *directory); void close(); inline int16 readSint16LE() { |