diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-27 09:27:57 +0000 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-27 09:27:57 +0000 |
| commit | f8d7231be8ad81824f2509e6babf873d053fae82 (patch) | |
| tree | 5572a26584e723eed4a24505e98b406883a5eb6a /Source/Core/VideoCommon/Src/VideoState.cpp | |
| parent | f31ae8715231694eaeec79a8930828e7fab85f2e (diff) | |
Fixed "no newline at end of file" warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@342 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp index e3b4129082..abc5789434 100644 --- a/Source/Core/VideoCommon/Src/VideoState.cpp +++ b/Source/Core/VideoCommon/Src/VideoState.cpp @@ -31,4 +31,4 @@ void VideoCommon_LoadState() { #ifdef WIN32
MessageBoxA(NULL, "LOADING STATE", "From Common Video Library", NULL);
#endif
-}
\ No newline at end of file +}
|
