diff options
author | Marcus Comstedt | 2002-02-02 19:07:32 +0000 |
---|---|---|
committer | Marcus Comstedt | 2002-02-02 19:07:32 +0000 |
commit | 92432994474065e4acdd63805f53eb30213b1c26 (patch) | |
tree | 2e8d2a6e770505c511d2afcb1ab1754edf36dbd4 | |
parent | 5f4304625d2f942aacadc1b167451c11c90bb6a0 (diff) | |
download | scummvm-rg350-92432994474065e4acdd63805f53eb30213b1c26.tar.gz scummvm-rg350-92432994474065e4acdd63805f53eb30213b1c26.tar.bz2 scummvm-rg350-92432994474065e4acdd63805f53eb30213b1c26.zip |
Added newline at end of file to fix gcc warnings.
svn-id: r3552
-rw-r--r-- | akos.cpp | 2 | ||||
-rw-r--r-- | gfx.cpp | 2 | ||||
-rw-r--r-- | gui.h | 2 | ||||
-rw-r--r-- | script.cpp | 2 | ||||
-rw-r--r-- | scumm.h | 2 | ||||
-rw-r--r-- | sound/adlib.cpp | 2 | ||||
-rw-r--r-- | sound/gmidi.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1094,4 +1094,4 @@ int Scumm::getAnimVar(Actor *a, byte var) { void Scumm::setAnimVar(Actor *a, byte var, int value) { assert(var>=0 && var<=15); a->animVariable[var] = value; -}
\ No newline at end of file +} @@ -2247,4 +2247,4 @@ void Scumm::drawBomp(BompDrawData *bd) { } CHECK_HEAP -}
\ No newline at end of file +} @@ -81,4 +81,4 @@ struct Gui { void pause(); }; -#endif
\ No newline at end of file +#endif diff --git a/script.cpp b/script.cpp index bff1c778d3..ae41708a25 100644 --- a/script.cpp +++ b/script.cpp @@ -1050,4 +1050,4 @@ void Scumm::doSentence(int c, int b, int a) { st->unk = 0; } -#endif
\ No newline at end of file +#endif @@ -2201,4 +2201,4 @@ byte *findResource(uint32 tag, byte *searchin); void playSfxSound(void *sound, uint32 size, uint rate); bool isSfxFinished(); void waitForTimer(Scumm *s, int msec_delay); -void setShakePos(Scumm *s, int shake_pos);
\ No newline at end of file +void setShakePos(Scumm *s, int shake_pos); diff --git a/sound/adlib.cpp b/sound/adlib.cpp index 5b42d0acde..94b0717631 100644 --- a/sound/adlib.cpp +++ b/sound/adlib.cpp @@ -932,4 +932,4 @@ int AdlibSoundDriver::part_update_active(Part *part,uint16 *active) { return count; } -#endif
\ No newline at end of file +#endif diff --git a/sound/gmidi.cpp b/sound/gmidi.cpp index ec80050110..ea56ee615e 100644 --- a/sound/gmidi.cpp +++ b/sound/gmidi.cpp @@ -411,4 +411,4 @@ void MidiSoundDriver::part_off(Part *part) { } } -#endif
\ No newline at end of file +#endif |