aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_traits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_traits.c')
-rw-r--r--src/lib/testing_api_traits.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/testing_api_traits.c b/src/lib/testing_api_traits.c
index 45e7668ee..703e14c8a 100644
--- a/src/lib/testing_api_traits.c
+++ b/src/lib/testing_api_traits.c
@@ -46,6 +46,7 @@ TALER_TESTING_trait_end ()
46 return end; 46 return end;
47} 47}
48 48
49
49/** 50/**
50 * Pick the chosen trait from the traits array. 51 * Pick the chosen trait from the traits array.
51 * 52 *
@@ -77,4 +78,5 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
77 return GNUNET_SYSERR; 78 return GNUNET_SYSERR;
78} 79}
79 80
81
80/* end of testing_api_traits.c */ 82/* end of testing_api_traits.c */