diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-18 12:13:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-18 12:13:15 +0000 |
commit | 160cfae541a53216f0952fb450ec4b97be7753dd (patch) | |
tree | 85ab62ff5683e134fb985f32f26d2ca89eb9ba21 /plugins/Gmailmntf/src/gmail.h | |
parent | 6dde545d1490b6b1262bd0d40f9208828781c9b8 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9221 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Gmailmntf/src/gmail.h')
-rw-r--r-- | plugins/Gmailmntf/src/gmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Gmailmntf/src/gmail.h b/plugins/Gmailmntf/src/gmail.h index 41a8897b32..4f95173141 100644 --- a/plugins/Gmailmntf/src/gmail.h +++ b/plugins/Gmailmntf/src/gmail.h @@ -87,7 +87,7 @@ void NotifyUser(Account *); int OptInit(WPARAM, LPARAM);
void Check_ThreadFunc(LPVOID);
void Login_ThreadFunc(LPVOID);
-int OpenBrower(WPARAM , LPARAM);
+int OpenBrowser(WPARAM , LPARAM);
int ParsePage(char *, resultLink *);
void DeleteResults(resultLink *);
void BuildList(void);
|