diff options
author | Cameron Cawley | 2019-06-22 17:27:07 +0100 |
---|---|---|
committer | Cameron Cawley | 2019-06-22 17:27:07 +0100 |
commit | d8248c14d6440f9ed0ed8faa4e485e734dc67a06 (patch) | |
tree | a86e43d26e3979f3b28adfe5a9ff77a13c50c74d /devtools/create_kyradat | |
parent | b87f69827c84715738a8aea5af35c792da9c1d59 (diff) | |
download | scummvm-rg350-d8248c14d6440f9ed0ed8faa4e485e734dc67a06.tar.gz scummvm-rg350-d8248c14d6440f9ed0ed8faa4e485e734dc67a06.tar.bz2 scummvm-rg350-d8248c14d6440f9ed0ed8faa4e485e734dc67a06.zip |
ALL: Fix -Wnewline-eof warnings
Diffstat (limited to 'devtools/create_kyradat')
-rw-r--r-- | devtools/create_kyradat/resources/eob1_dos.h | 2 | ||||
-rw-r--r-- | devtools/create_kyradat/resources/eob2_dos.h | 2 | ||||
-rw-r--r-- | devtools/create_kyradat/resources/eob2_fmtowns.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_kyradat/resources/eob1_dos.h b/devtools/create_kyradat/resources/eob1_dos.h index 88f82d10ad..61cf3af1c3 100644 --- a/devtools/create_kyradat/resources/eob1_dos.h +++ b/devtools/create_kyradat/resources/eob1_dos.h @@ -1771,4 +1771,4 @@ static const char *const kEoB1SoundFilesFinaleDOS[1] = { "ADLIB" }; -static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS };
\ No newline at end of file +static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS }; diff --git a/devtools/create_kyradat/resources/eob2_dos.h b/devtools/create_kyradat/resources/eob2_dos.h index 6daf018251..2c6d3da55f 100644 --- a/devtools/create_kyradat/resources/eob2_dos.h +++ b/devtools/create_kyradat/resources/eob2_dos.h @@ -2502,4 +2502,4 @@ static const char *const kEoB2SoundFilesFinaleDOS[2] = { "FINALE2" }; -static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS };
\ No newline at end of file +static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS }; diff --git a/devtools/create_kyradat/resources/eob2_fmtowns.h b/devtools/create_kyradat/resources/eob2_fmtowns.h index 128c7e4eb7..7d275007f7 100644 --- a/devtools/create_kyradat/resources/eob2_fmtowns.h +++ b/devtools/create_kyradat/resources/eob2_fmtowns.h @@ -73667,4 +73667,4 @@ static const char *const kEoB2SoundFilesFinaleFMTowns[1] = { "FINALE" }; -static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns };
\ No newline at end of file +static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns }; |