From 6b718a69367747bc74fdc866cb6a155545b36830 Mon Sep 17 00:00:00 2001 From: daco65 Date: Wed, 27 Aug 2008 12:44:29 +0000 Subject: [PATCH] just some typo correction git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@361 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/Plugins/Plugin_Video.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/Plugins/Plugin_Video.cpp b/Source/Core/Core/Src/Plugins/Plugin_Video.cpp index 9744e289b3..7d9e6a60e1 100644 --- a/Source/Core/Core/Src/Plugins/Plugin_Video.cpp +++ b/Source/Core/Core/Src/Plugins/Plugin_Video.cpp @@ -109,7 +109,7 @@ bool LoadPlugin(const char *_Filename) (g_Video_Screenshot != 0) && (g_Video_AddMessage != 0) && (g_Video_SaveState != 0) && - (g_Video_LoadState != 0)) + (g_Video_LoadState != 0) ) { return true; } @@ -186,7 +186,7 @@ void Video_SaveState() { } void Video_LoadState() { - g_Video_SaveState(); + g_Video_LoadState(); } } // end of namespace PluginVideo