diff options
Diffstat (limited to 'src/mir_core/logger.cpp')
-rw-r--r-- | src/mir_core/logger.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mir_core/logger.cpp b/src/mir_core/logger.cpp index 7cdc3c600e..bb42e0444c 100644 --- a/src/mir_core/logger.cpp +++ b/src/mir_core/logger.cpp @@ -1,8 +1,9 @@ /*
-Miranda IM: the free IM client for Microsoft* Windows*
+Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2000-12 Miranda IM, 2012-13 Miranda NG project,
+Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org),
+Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -43,7 +44,7 @@ struct Logger {
if (m_out)
fclose(m_out);
-
+
DeleteCriticalSection(&m_cs);
}
|