# HG changeset patch # User Sascha Wilde # Date 1396355664 -7200 # Node ID bf8c7499272454c14a2911896c77ad58d7977c7b # Parent 1e112cf41e9299836bcae64c91bc3d5e63b3c450 Fixed numbering of errors. diff -r 1e112cf41e92 -r bf8c74992724 common/errorcodes.h --- 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