summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-31 22:00:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-31 22:00:02 +0000
commit813851def848b52b92f59c379706ada6bebceba9 (patch)
treea60f502a2ca1c19a23c24070bbfa9fdbb4c675d6 /plugins/Db3x_mmap/src/dbintf.h
parent02e2ae2b77585b4f2726d9528ceea9ce4d99b453 (diff)
Year 2015 version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h
index 9dcde4bca1..c6e34b68d6 100644
--- a/plugins/Db3x_mmap/src/dbintf.h
+++ b/plugins/Db3x_mmap/src/dbintf.h
@@ -2,7 +2,7 @@
Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2012-14 Miranda NG project,
+Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -108,7 +108,7 @@ struct DBContact
// this is the 'user' contact or the last contact in the chain
DWORD ofsFirstSettings; // offset to the first DBContactSettings in the chain for this contact.
DWORD eventCount; // number of events in the chain for this contact
- DWORD ofsFirstEvent, // offsets to the first and
+ DWORD ofsFirstEvent, // offsets to the first and
ofsLastEvent; // last DBEvent in the chain for this contact
DWORD ofsFirstUnread; // offset to the first (chronological) unread event in the chain, 0 if all are read
DWORD tsFirstUnread; // timestamp of the event at ofsFirstUnread
@@ -301,7 +301,7 @@ protected:
DWORD ReallocSpace(DWORD ofs, int oldSize, int newSize);
////////////////////////////////////////////////////////////////////////////
- // settings
+ // settings
int m_codePage;
HANDLE hService, hHook;