diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
commit | 3f88620733ada264505ffa7b527145481af7d2ef (patch) | |
tree | 172cccf27a226f2ad89fa96d78535a3b0bf46d02 /protocols/AimOscar/src/aim.cpp | |
parent | e63908912809cd6aeeeb2d068da562c227cbd3a9 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/aim.cpp')
-rw-r--r-- | protocols/AimOscar/src/aim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/aim.cpp b/protocols/AimOscar/src/aim.cpp index 4af78fae52..27f991e5a9 100644 --- a/protocols/AimOscar/src/aim.cpp +++ b/protocols/AimOscar/src/aim.cpp @@ -56,7 +56,7 @@ static const PLUGININFOEX pluginInfo = __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {3750A5A3-BF0D-490e-B65D-41AC4D29AEB3}
+ // {3750A5A3-BF0D-490E-B65D-41AC4D29AEB3}
{0x3750a5a3, 0xbf0d, 0x490e, {0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3}}
};
|