diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 06:20:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 06:20:16 +0000 |
commit | b929c25ee83e44307b242b4f25892fc531b5b6b5 (patch) | |
tree | d0e8d9b1b8381cc956d53bbecbb38ef33829a428 /protocols/Xfire/src | |
parent | 1485334c199bac70572ba14fce272afabebc4c04 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@6388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r-- | protocols/Xfire/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index 9edf15f981..2b3f93ee3a 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -129,7 +129,7 @@ HANDLE hGameDetection = CreateEvent(NULL,FALSE,FALSE,NULL); HANDLE hConnectionClose = CreateEvent(NULL,TRUE,FALSE,NULL);
PLUGININFOEX pluginInfo = {
- sizeof(PLUGININFOEX),
+ sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
|