diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/Spamotron/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r-- | plugins/Spamotron/src/bayes.cpp | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/popups.cpp | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/spamotron.cpp | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/sqlite3/sqlite3.c | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/sqlite3/sqlite3.h | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/version.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/plugins/Spamotron/src/bayes.cpp b/plugins/Spamotron/src/bayes.cpp index dc4d23e635..c11d43fdef 100644 --- a/plugins/Spamotron/src/bayes.cpp +++ b/plugins/Spamotron/src/bayes.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "io.h"
#define DELIMS " ,.;!?@-\\/+&\x0D\x0A"
diff --git a/plugins/Spamotron/src/options.cpp b/plugins/Spamotron/src/options.cpp index f4d4733a49..40a6773e75 100644 --- a/plugins/Spamotron/src/options.cpp +++ b/plugins/Spamotron/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t currentResponse[256] = {0};
diff --git a/plugins/Spamotron/src/popups.cpp b/plugins/Spamotron/src/popups.cpp index a5f6afde33..8cf28e0f73 100644 --- a/plugins/Spamotron/src/popups.cpp +++ b/plugins/Spamotron/src/popups.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern BOOL _saveDlgItemInt(HWND hDialog, int controlID, char* option);
diff --git a/plugins/Spamotron/src/resource.h b/plugins/Spamotron/src/resource.h index 31f5166fe9..770019779d 100644 --- a/plugins/Spamotron/src/resource.h +++ b/plugins/Spamotron/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by spamotron.rc
//
diff --git a/plugins/Spamotron/src/spamotron.cpp b/plugins/Spamotron/src/spamotron.cpp index f9462b77e6..a216544692 100644 --- a/plugins/Spamotron/src/spamotron.cpp +++ b/plugins/Spamotron/src/spamotron.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst;
diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.c b/plugins/Spamotron/src/sqlite3/sqlite3.c index 074cdf9ba1..60243324b7 100644 --- a/plugins/Spamotron/src/sqlite3/sqlite3.c +++ b/plugins/Spamotron/src/sqlite3/sqlite3.c @@ -1,4 +1,4 @@ -/****************************************************************************** +/****************************************************************************** ** This file is an amalgamation of many separate C source files from SQLite ** version 3.6.13. By combining all the individual C code files into this ** single large file, the entire code can be compiled as a one translation diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.h b/plugins/Spamotron/src/sqlite3/sqlite3.h index 7273475444..41986d38de 100644 --- a/plugins/Spamotron/src/sqlite3/sqlite3.h +++ b/plugins/Spamotron/src/sqlite3/sqlite3.h @@ -1,4 +1,4 @@ -/* +/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of diff --git a/plugins/Spamotron/src/stdafx.cxx b/plugins/Spamotron/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Spamotron/src/stdafx.cxx +++ b/plugins/Spamotron/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/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index 0ec06bf479..155f672383 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <time.h>
diff --git a/plugins/Spamotron/src/utils.cpp b/plugins/Spamotron/src/utils.cpp index 6084dc7a4d..b5bc0e8a48 100644 --- a/plugins/Spamotron/src/utils.cpp +++ b/plugins/Spamotron/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include <locale.h> diff --git a/plugins/Spamotron/src/version.h b/plugins/Spamotron/src/version.h index 55823a9f3b..bfbca9218f 100644 --- a/plugins/Spamotron/src/version.h +++ b/plugins/Spamotron/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 4 #define __BUILD_NUM 7 |