From 7d0bf8a101e815744e5d02fb4d27bf3472582216 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 27 Aug 2008 09:05:52 +0000 Subject: [PATCH] Fixed "no newline at end of file" warning. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@339 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/VideoState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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