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:
parent
f31ae87152
commit
f8d7231be8
|
@ -31,4 +31,4 @@ void VideoCommon_LoadState() {
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
MessageBoxA(NULL, "LOADING STATE", "From Common Video Library", NULL);
|
MessageBoxA(NULL, "LOADING STATE", "From Common Video Library", NULL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue