ALL: Fix -Wnewline-eof warnings
This commit is contained in:
parent
b87f69827c
commit
d8248c14d6
6 changed files with 6 additions and 6 deletions
|
@ -538,4 +538,4 @@ byte cubeTextureCoords[3][6 * 2 * 3 * 2] = {
|
|||
2, 30, 2, 2, 30, 2,
|
||||
2, 30, 30, 2, 30, 30
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1771,4 +1771,4 @@ static const char *const kEoB1SoundFilesFinaleDOS[1] = {
|
|||
"ADLIB"
|
||||
};
|
||||
|
||||
static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS };
|
||||
static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS };
|
||||
|
|
|
@ -2502,4 +2502,4 @@ static const char *const kEoB2SoundFilesFinaleDOS[2] = {
|
|||
"FINALE2"
|
||||
};
|
||||
|
||||
static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS };
|
||||
static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS };
|
||||
|
|
|
@ -73667,4 +73667,4 @@ static const char *const kEoB2SoundFilesFinaleFMTowns[1] = {
|
|||
"FINALE"
|
||||
};
|
||||
|
||||
static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns };
|
||||
static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns };
|
||||
|
|
|
@ -164,4 +164,4 @@ Common::MemFile CCArchive::getMember(const Common::String &name) {
|
|||
}
|
||||
|
||||
error("Failed to find %s", name.c_str());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1556,4 +1556,4 @@ void AudioMaster2::setSoundEffectVolume(int volume) {
|
|||
|
||||
} // End of namespace Kyra
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue