aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 6e6566048..edefa2125 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -43,11 +43,11 @@
#ifdef HAVE_DOSISH_SYSTEM
- #define LF "\r\n"
- void __stdcall Sleep(ulong);
- #define sleep(a) Sleep((a)*1000)
+#define LF "\r\n"
+void __stdcall Sleep(ulong);
+#define sleep(a) Sleep((a)*1000)
#else
- #define LF "\n"
+#define LF "\n"
#endif
static int recipient_digest_algo=0;