diff options
Diffstat (limited to 'protocols/Slack')
-rw-r--r-- | protocols/Slack/src/http_request.h | 2 | ||||
-rw-r--r-- | protocols/Slack/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Slack/src/http_request.h b/protocols/Slack/src/http_request.h index 9c0d52816f..dcd2e59476 100644 --- a/protocols/Slack/src/http_request.h +++ b/protocols/Slack/src/http_request.h @@ -1,4 +1,4 @@ -#ifndef _HTTP_REQUEST_H_ +#ifndef _HTTP_REQUEST_H_ #define _HTTP_REQUEST_H_ typedef void (CSlackProto::*HttpCallback)(NETLIBHTTPREQUEST*, struct AsyncHttpRequest*); diff --git a/protocols/Slack/src/version.h b/protocols/Slack/src/version.h index 722e8b69ed..26dc8224db 100644 --- a/protocols/Slack/src/version.h +++ b/protocols/Slack/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team" #define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/Slack/" -#define __COPYRIGHT "© 2017 Miranda NG Team" +#define __COPYRIGHT "© 2017 Miranda NG Team" |