From 92432994474065e4acdd63805f53eb30213b1c26 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 2 Feb 2002 19:07:32 +0000 Subject: [PATCH] Added newline at end of file to fix gcc warnings. svn-id: r3552 --- akos.cpp | 2 +- gfx.cpp | 2 +- gui.h | 2 +- script.cpp | 2 +- scumm.h | 2 +- sound/adlib.cpp | 2 +- sound/gmidi.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/akos.cpp b/akos.cpp index cc23a27c653..8d4cb681fd2 100644 --- a/akos.cpp +++ b/akos.cpp @@ -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 +} diff --git a/gfx.cpp b/gfx.cpp index 5c5500c93a0..398c5460b7e 100644 --- a/gfx.cpp +++ b/gfx.cpp @@ -2247,4 +2247,4 @@ void Scumm::drawBomp(BompDrawData *bd) { } CHECK_HEAP -} \ No newline at end of file +} diff --git a/gui.h b/gui.h index d8e4277e99b..e4d1d63bd20 100644 --- a/gui.h +++ b/gui.h @@ -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 bff1c778d34..ae41708a254 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 diff --git a/scumm.h b/scumm.h index 74fdf7bd307..3e8fb0a6251 100644 --- a/scumm.h +++ b/scumm.h @@ -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 5b42d0acde4..94b07176311 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 ec80050110d..ea56ee615e6 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