aboutsummaryrefslogtreecommitdiffstats
path: root/agent/sexp-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/sexp-parse.h')
-rw-r--r--agent/sexp-parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/sexp-parse.h b/agent/sexp-parse.h
index 0bbc1d76a..338321f48 100644
--- a/agent/sexp-parse.h
+++ b/agent/sexp-parse.h
@@ -68,10 +68,10 @@ sskip (unsigned char const **buf, int *depth)
else
{
if (!d)
- return gpg_error (GPG_ERR_INVALID_SEXP);
+ return gpg_error (GPG_ERR_INV_SEXP);
n = snext (&s);
if (!n)
- return gpg_error (GPG_ERR_INVALID_SEXP);
+ return gpg_error (GPG_ERR_INV_SEXP);
s += n;
}
}