summaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-07-02 13:40:15 +0000
committerWerner Koch <wk@gnupg.org>2009-07-02 13:40:15 +0000
commit72cf93388c0aedc50e66dc2ece236a919d4eaf42 (patch)
tree600a69920092a4153eca0220f7cafaf32e4367fe /src/sexp.c
parent70499fb90345a56f560d13e3f2a86a83e60edca6 (diff)
downloadlibgcrypt-72cf93388c0aedc50e66dc2ece236a919d4eaf42.tar.gz
Minor bug fixes.
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sexp.c b/src/sexp.c
index 81500b1a..77825ba0 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -909,7 +909,6 @@ unquote_string (const char *string, size_t length, unsigned char *buf)
{
s++; n--;
}
- esc = 0;
break;
case '\n': /* ignore LF[,CR] */