From 599d73442416d9bad663e4d0900265e073946600 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 5 Aug 2010 04:40:30 +0300 Subject: modified: ../dbsqlite/main.cpp modified: main.cpp --- modules/dbsqlite/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dbsqlite/main.cpp') diff --git a/modules/dbsqlite/main.cpp b/modules/dbsqlite/main.cpp index 7db4691..35ec873 100644 --- a/modules/dbsqlite/main.cpp +++ b/modules/dbsqlite/main.cpp @@ -121,7 +121,7 @@ SERVICE svc_dbGetSetting(WPARAM w, LPARAM l) SERVICE svc_dbDeleteSetting(WPARAM w, LPARAM l) { - PLUGININFO *info = (PLUGININFO*)w; + PLUGININFO *info = (PLUGININFO*)w; DATA *data = (DATA*)l; char buf[512]; strcpy(buf, "DELETE FROM data WHERE module = '"); -- cgit v1.2.3