diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-27 09:05:52 +0000 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-27 09:05:52 +0000 |
| commit | 7d0bf8a101e815744e5d02fb4d27bf3472582216 (patch) | |
| tree | 3b8f78e5711f1fdaf2c8954928426ed98c3ae42d | |
| parent | f55722e2886f4cd6164c2833a59bc4c0476767c1 (diff) | |
Fixed "no newline at end of file" warning.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@339 8ced0084-cf51-0410-be5f-012b33b47a6e
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.h b/Source/Core/VideoCommon/Src/VideoState.h index cccf542849..f3e985e655 100644 --- a/Source/Core/VideoCommon/Src/VideoState.h +++ b/Source/Core/VideoCommon/Src/VideoState.h @@ -23,4 +23,4 @@ void VideoCommon_SaveState();
void VideoCommon_LoadState();
-#endif
\ No newline at end of file +#endif
|
