summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2008-08-24 21:50:41 +0000
committerMaarten ter Huurne <maarten@treewalker.org>2008-08-24 21:50:41 +0000
commit4871626af8ced7aeb12e6ddcc87ea0f0cb5822c7 (patch)
tree23d810a0e148b93a9e5b36571f77049df3815c45 /Source/Core/VideoCommon
parent65eb810d6347eec6dca3fe39204564e59a71ff99 (diff)
Fixed "no newline at end of file" warnings issued by GCC 4.2.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@303 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/BPMemory.cpp2
-rw-r--r--Source/Core/VideoCommon/Src/XFMemory.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/BPMemory.cpp b/Source/Core/VideoCommon/Src/BPMemory.cpp
index a4d92de477..da7083da4c 100644
--- a/Source/Core/VideoCommon/Src/BPMemory.cpp
+++ b/Source/Core/VideoCommon/Src/BPMemory.cpp
@@ -21,4 +21,4 @@
//BP state
// STATE_TO_SAVE
-BPMemory bpmem; \ No newline at end of file
+BPMemory bpmem;
diff --git a/Source/Core/VideoCommon/Src/XFMemory.cpp b/Source/Core/VideoCommon/Src/XFMemory.cpp
index 925e400dfc..3641d9f65c 100644
--- a/Source/Core/VideoCommon/Src/XFMemory.cpp
+++ b/Source/Core/VideoCommon/Src/XFMemory.cpp
@@ -19,4 +19,4 @@
// STATE_TO_SAVE
XFRegisters xfregs;
-u32 xfmem[XFMEM_SIZE]; \ No newline at end of file
+u32 xfmem[XFMEM_SIZE];