diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-02 00:43:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-02 00:43:02 +0300 |
commit | 8ad91f63bd6671b8ec95ab68c1740b63235cf2be (patch) | |
tree | 93e3d207a0ef3d1e276fbcdca0963b00b78ff028 /plugins/New_GPG/src/constants.h | |
parent | 457b95fe98b0c515b973958f4d45585e2590915f (diff) |
new_gpg: dos2unix //deal with it.
Diffstat (limited to 'plugins/New_GPG/src/constants.h')
-rw-r--r-- | plugins/New_GPG/src/constants.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/New_GPG/src/constants.h b/plugins/New_GPG/src/constants.h index 2982f31489..be769466c9 100644 --- a/plugins/New_GPG/src/constants.h +++ b/plugins/New_GPG/src/constants.h @@ -1,5 +1,5 @@ -#ifndef CONSTANTS_H
-#define CONSTANTS_H
-#define szGPGModuleName "GPG"
-#define PREF_METANODB 0x2000
-#endif
+#ifndef CONSTANTS_H +#define CONSTANTS_H +#define szGPGModuleName "GPG" +#define PREF_METANODB 0x2000 +#endif |