Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@sourceforge.com>2012-08-06 17:57:50 +0400
committerxhmikosr <xhmikosr@sourceforge.com>2012-08-06 18:51:23 +0400
commit3e9c3a5b634570f80c16a67e5926d41aa15ed6db (patch)
tree9d862a667ee919ef97e9388f810bcf3678f62c31 /include
parent9c7ffc5d50eb09facce6935e7c80e99558ef5fb1 (diff)
update MediaInfoDLL.h
Diffstat (limited to 'include')
-rw-r--r--include/MediaInfoDLL.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/MediaInfoDLL.h b/include/MediaInfoDLL.h
index db739a76e..7e21a6406 100644
--- a/include/MediaInfoDLL.h
+++ b/include/MediaInfoDLL.h
@@ -2,16 +2,16 @@
// Copyright (C) 2002-2009 Jerome Martinez, Zen@MediaArea.net
//
// This library is free software: you can redistribute it and/or modify it
-// under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
+// under the terms of the GNU Library General Public License as published by
+// the Free Software Foundation, either version 2 of the License, or
// any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
+// GNU Library General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public License
+// You should have received a copy of the GNU Library General Public License
// along with this library. If not, see <http://www.gnu.org/licenses/>.
//
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -360,9 +360,9 @@ static size_t MediaInfoDLL_Load()
MEDIAINFOLIST_ASSIGN(Count_Get,"Count_Get")
MEDIAINFOLIST_ASSIGN(Count_Get_Files,"Count_Get_Files")
if (Errors>0)
- {
- // Unload DLL with errors
- #ifdef MEDIAINFO_GLIBC
+ {
+ // Unload DLL with errors
+ #ifdef MEDIAINFO_GLIBC
g_module_close(MediaInfo_Module);
#elif defined (_WIN32) || defined (WIN32)
FreeLibrary(MediaInfo_Module);
@@ -371,7 +371,7 @@ static size_t MediaInfoDLL_Load()
#endif
MediaInfo_Module=NULL;
return (size_t)-1;
- }
+ }
Module_Count++;
return (size_t)1;