diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-15 16:39:00 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-15 16:39:00 +0100 |
commit | 912fd77aa2132ef0a67c65f6608cdbe324a3c46b (patch) | |
tree | 96699710b92907427b2bd6973d80d0f2fe17497b /src/include | |
parent | d78f66d5e4753bf0546b3b2e8e2b7184064f92a8 (diff) |
fix paste leftover
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 83fcd991c..897903303 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1305,7 +1305,7 @@ TALER_TESTING_get_trait_order_id * @return the trait, to be put in the traits array of the command */ struct TALER_TESTING_Trait -TALER_TESTING_make_trait_url +TALER_TESTING_make_trait_order_id (unsigned int index, const char *order_id); |