diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-27 07:46:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-27 07:46:32 +0000 |
commit | aeadeb27aa39478f7ca9c384f8509d0802d77154 (patch) | |
tree | fad56e297e2dd2527f87736cef9b3bd2c0d6b1d7 /include/m_db_int.h | |
parent | 5378a14932c4b95c2c03047604f82a1143ddbefb (diff) |
comment correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@1211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 9047736ea8..e5e786cd66 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -131,7 +131,7 @@ struct DATABASELINK /*
Returns a pointer to the database checker or NULL if a database doesn't support checking
- Note: Unload() might be called even if Load(void) was never called, wasLoaded is set to 1 if Load(void) was ever called.
+ When you don't need this object aanymore, call its Destroy() method
*/
MIDatabaseChecker* (*CheckDB) (const TCHAR *profile, int *error);
};
|