Fixed "no newline at end of file" warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@342 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-08-27 09:27:57 +00:00
parent f31ae87152
commit f8d7231be8
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ void VideoCommon_LoadState() {
#ifdef WIN32
MessageBoxA(NULL, "LOADING STATE", "From Common Video Library", NULL);
#endif
}
}