diff options
Diffstat (limited to 'util/errors.c')
-rw-r--r-- | util/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/errors.c b/util/errors.c index 6b72576b5..54671a297 100644 --- a/util/errors.c +++ b/util/errors.c @@ -91,7 +91,7 @@ g10_errstr( int err ) X(UNEXPECTED ,"Unexpected data") X(TIME_CONFLICT ,"Timestamp conflict") X(WR_PUBKEY_ALGO ,"Unusable pubkey algorithm") - + X(FILE_EXISTS ,"File exists") default: p = buf; sprintf(buf, "g10err=%d", err); break; } #undef X |