diff options
Diffstat (limited to 'plugins/SimpleAR/src')
-rw-r--r-- | plugins/SimpleAR/src/Main.cpp | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Resource.h | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 79d53e3cdd..8feceb95bf 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of miranda IM(ICQ) for Communicating with users of the baseProtocol.
Copyright (C) 2004 Daniel Savi (dss@brturbo.com)
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index 8e4108e75e..c541651d96 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t* ptszMessage[6]= {};
INT lastIndex=-1;
diff --git a/plugins/SimpleAR/src/Resource.h b/plugins/SimpleAR/src/Resource.h index 978a04825a..384930dd39 100644 --- a/plugins/SimpleAR/src/Resource.h +++ b/plugins/SimpleAR/src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/SimpleAR/src/stdafx.cxx b/plugins/SimpleAR/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SimpleAR/src/stdafx.cxx +++ b/plugins/SimpleAR/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/SimpleAR/src/stdafx.h b/plugins/SimpleAR/src/stdafx.h index b233afe192..ff19f084ef 100644 --- a/plugins/SimpleAR/src/stdafx.h +++ b/plugins/SimpleAR/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <time.h>
#include <newpluginapi.h>
diff --git a/plugins/SimpleAR/src/version.h b/plugins/SimpleAR/src/version.h index 0c8a356df8..ca9699cb5b 100644 --- a/plugins/SimpleAR/src/version.h +++ b/plugins/SimpleAR/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2 +#define __MAJOR_VERSION 2 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 6 |