aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2002-02-02 19:07:32 +0000
committerMarcus Comstedt2002-02-02 19:07:32 +0000
commit92432994474065e4acdd63805f53eb30213b1c26 (patch)
tree2e8d2a6e770505c511d2afcb1ab1754edf36dbd4
parent5f4304625d2f942aacadc1b167451c11c90bb6a0 (diff)
downloadscummvm-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.cpp2
-rw-r--r--gfx.cpp2
-rw-r--r--gui.h2
-rw-r--r--script.cpp2
-rw-r--r--scumm.h2
-rw-r--r--sound/adlib.cpp2
-rw-r--r--sound/gmidi.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/akos.cpp b/akos.cpp
index cc23a27c65..8d4cb681fd 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 5c5500c93a..398c5460b7 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 d8e4277e99..e4d1d63bd2 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 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
diff --git a/scumm.h b/scumm.h
index 74fdf7bd30..3e8fb0a625 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 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