diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-09 14:40:24 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-09 14:40:24 +0100 |
commit | b536d82f901cbd77da38eb65960b1c8433f583ea (patch) | |
tree | c60347b255c4631e8895669e95d21a418935ae5d | |
parent | c328d745a358f775f632e7145d06599ff15bc57e (diff) |
Syntax error
-rw-r--r-- | src/include/taler_error_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 1c02440c8..0820af6d9 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1136,7 +1136,7 @@ enum TALER_ErrorCode * The hash provided in the request of /map/in does not match * the contract sent alongside in the same request. */ - TALER_EC_MAP_IN_UNMATCHED_HASH = 2500 + TALER_EC_MAP_IN_UNMATCHED_HASH = 2500, /* ********** /test API error codes ************* */ |