aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/constants.h b/src/constants.h
index cdc0464..9d82eeb 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -19,15 +19,15 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
***/
-#define VERSION "1.2a"
-#define DATE_RELEASE "4 July, 2021"
+#define VERSION "1.2a"
+#define DATE_RELEASE "4 July, 2021"
-#define LOCKPASS_DIR ".lock-password/"
-#define GPGKEY_FILE ".gpg-key"
-#define STD_TEXT_EDITOR "vi"
+#define LOCKPASS_DIR ".lock-password/"
+#define GPGKEY_FILE ".gpg-key"
+#define STD_TEXT_EDITOR "vi"
#ifdef DEBUG
- #define dbgprint(...) fprintf(stderr, "Debug: " __VA_ARGS__)
+ #define dbgprint(...) fprintf(stderr, "Debug: " __VA_ARGS__)
#else
#define dbgprint(...)
#endif