summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 4099c7ef6e..f2cb1b1eb8 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -426,7 +426,7 @@ typedef int (*DBMODULEENUMPROC)(const char *szModuleName, DWORD ofsModuleName, L
/* DB/Module/Delete 0.8.0+
Removes all settings for the specified module.
-wParam = 0 (unused)
+wParam = (WPARAM)(MCONTACT)hContact or 0 for global settings
lParam = (LPARAM)(char*)szModuleName - the module name to be deleted
*/