diff options
author | Thierry Crozat | 2019-05-17 21:55:48 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-05-17 21:55:48 +0100 |
commit | d2e7446eff1e095227796605f952876854e42f92 (patch) | |
tree | 67c7bb82a7a16f99fd90a81772157cd70615289c | |
parent | 674e44f55b8ce29e51e1eb5cdb9c316fd5b6ddaa (diff) | |
download | scummvm-rg350-d2e7446eff1e095227796605f952876854e42f92.tar.gz scummvm-rg350-d2e7446eff1e095227796605f952876854e42f92.tar.bz2 scummvm-rg350-d2e7446eff1e095227796605f952876854e42f92.zip |
KYRA: Add missing EOL on last line in POTFILES
This caused the updatepot target to fail as it was concatenated with
the first line of the lure engine POTFILES.
-rw-r--r-- | engines/kyra/POTFILES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/POTFILES b/engines/kyra/POTFILES index 1de6833e3d..f58d183add 100644 --- a/engines/kyra/POTFILES +++ b/engines/kyra/POTFILES @@ -3,4 +3,4 @@ engines/kyra/engine/eobcommon.cpp engines/kyra/engine/lol.cpp engines/kyra/gui/saveload_eob.cpp engines/kyra/graphics/screen_eob.cpp -engines/kyra/sound/sound_midi.cpp
\ No newline at end of file +engines/kyra/sound/sound_midi.cpp |