diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-25 21:12:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-25 21:12:45 +0000 |
commit | e89a8f4030443506d4f40d1a3bc6a8cec65531e7 (patch) | |
tree | c4883aaa7ad171ae556bceb47323310137efce38 /plugins/StatusPlugins/StartupStatus | |
parent | 3873ba081f6ef7c725170a469abdd975ab801e03 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2501 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/StartupStatus')
-rw-r--r-- | plugins/StatusPlugins/StartupStatus/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusPlugins/StartupStatus/main.cpp b/plugins/StatusPlugins/StartupStatus/main.cpp index 4c60b198ae..fc74bb2a05 100644 --- a/plugins/StatusPlugins/StartupStatus/main.cpp +++ b/plugins/StatusPlugins/StartupStatus/main.cpp @@ -31,7 +31,7 @@ static HANDLE HINSTANCE hInst;
int hLangpack = 0;
-CLIST_INTERFACE* pcli;
+CLIST_INTERFACE *pcli;
int CSModuleLoaded( WPARAM, LPARAM );
|