changeset 258:bf8c74992724

Fixed numbering of errors.
author Sascha Wilde <wilde@intevation.de>
date Tue, 01 Apr 2014 14:34:24 +0200
parents 1e112cf41e92
children 20d515604daa
files common/errorcodes.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/errorcodes.h	Mon Mar 31 11:41:43 2014 +0200
+++ b/common/errorcodes.h	Tue Apr 01 14:34:24 2014 +0200
@@ -16,9 +16,9 @@
 /* Failed to access specified store */
 #define ERR_STORE_ACCESS_DENIED 7
 /* Failed to add certificate to store */
-#define ERR_STORE_ADD_FAILURE 7
+#define ERR_STORE_ADD_FAILURE 8
 /* Generic invalid input */
-#define ERR_INVALID_INPUT 8
+#define ERR_INVALID_INPUT 9
 
 /***********************************************************************
  * mozilla specific errors and warnings

http://wald.intevation.org/projects/trustbridge/