[vlmc-devel] commit: Fix typo (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri Sep 17 16:02:45 CEST 2010


vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 17 14:54:56 2010 +0200| [e15ca61378a9ebe9de70197a69f8f3821c88a615] | committer: Hugo Beauzée-Luyssen 

Fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e15ca61378a9ebe9de70197a69f8f3821c88a615
---

 src/Main/winvlmc.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Main/winvlmc.cpp b/src/Main/winvlmc.cpp
index ddd08f2..f337267 100644
--- a/src/Main/winvlmc.cpp
+++ b/src/Main/winvlmc.cpp
@@ -46,7 +46,7 @@ int main( int argc, char **argv )
         mySetDllDirectoryA = (BOOL WINAPI (*)(const char*)) GetProcAddress( h_Kernel32, "SetDllDirectoryA" );
         if ( mySetDllDirectoryA )
             mySetDllDirectoryA( "" );
-        FreeLibrary( h_kernel32 );
+        FreeLibrary( h_Kernel32 );
     }
     return VLMCmain( argc, argv );
 }



More information about the Vlmc-devel mailing list