aboutsummaryrefslogtreecommitdiffstats
path: root/util/errors.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-03-19 15:27:29 +0000
committerWerner Koch <[email protected]>1998-03-19 15:27:29 +0000
commit6b91e7762c65097a103b2b17db304a4d85b3573d (patch)
tree4303dbf887db8130c58e1025cac3c8fe291c6ceb /util/errors.c
parentNEw test keyrings (diff)
downloadgnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.tar.gz
gnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.zip
some cleanups
Diffstat (limited to 'util/errors.c')
-rw-r--r--util/errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/errors.c b/util/errors.c
index 35b55177c..59426e6e2 100644
--- a/util/errors.c
+++ b/util/errors.c
@@ -71,6 +71,7 @@ g10_errstr( int err )
X(RENAME_FILE ,"File rename error")
X(DELETE_FILE ,"File delete error")
X(UNEXPECTED ,"Unexpected data")
+ X(TIME_CONFLICT ,"Timestamp conflict")
default: p = buf; sprintf(buf, "g10err=%d", err); break;
}