diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-25 12:09:02 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-25 12:09:02 +0200 |
commit | dbf6e123d0efb9636e075c9d4caea11a7ea2d92d (patch) | |
tree | 121bb1118a66489d20f5c2ff26ff2ebe09eabc16 | |
parent | b84ba7074b1dfe92781690d75d338b65cd1e6902 (diff) |
aesthetic change.
-rw-r--r-- | src/exchange-lib/testing_api_traits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-lib/testing_api_traits.c b/src/exchange-lib/testing_api_traits.c index c83c7e778..051bd202c 100644 --- a/src/exchange-lib/testing_api_traits.c +++ b/src/exchange-lib/testing_api_traits.c @@ -74,6 +74,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Trait %s/%u not found.\n", trait, index); + return GNUNET_SYSERR; } |