aboutsummaryrefslogtreecommitdiffstats
path: root/g10/plaintext.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r--g10/plaintext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c
index 7eda8df9d..d471b9fe3 100644
--- a/g10/plaintext.c
+++ b/g10/plaintext.c
@@ -44,6 +44,7 @@ special_md_putc( MD_HANDLE md, int c, int *state )
if( *state == 1 ) {
md_putc(md, '\r');
}
+
*state = 0;
return;
}