diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-05-24 15:52:45 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-05-24 15:52:45 +0300 |
commit | 7d45b2e353b51ff10600c522a033b41f0b2332d0 (patch) | |
tree | efbd3f73a02ac91ba2fb8a62516770beafa94ecd /init.c | |
parent | ba8a1e987607141bb1925818a47c15560eb4c746 (diff) |
modified: init.c
Diffstat (limited to 'init.c')
-rwxr-xr-x | init.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -// Copyright © 2009 sss +// Copyright © 2009-2010 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -112,4 +112,4 @@ int __declspec(dllexport) Unload(void) free(gbHost); free(gbPassword); return 0; -}
\ No newline at end of file +} |