diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-25 12:04:34 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-25 12:04:34 +0200 |
commit | eb8549d94be9c36d49e9e1a1192d18ff88fcb7ca (patch) | |
tree | 68b4c3c60f94c83a407c136a84de1515ac55657f /src/lib/testing_api_cmd_tip.c | |
parent | 6358d9b746f6ba7134e4fdbbe5bc1fd850bb4006 (diff) |
Align testing-lib header file comments with C's.
Diffstat (limited to 'src/lib/testing_api_cmd_tip.c')
-rw-r--r-- | src/lib/testing_api_cmd_tip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c index 0156c9a7..8f2f3dc7 100644 --- a/src/lib/testing_api_cmd_tip.c +++ b/src/lib/testing_api_cmd_tip.c @@ -1217,6 +1217,8 @@ TALER_TESTING_cmd_tip_pickup * to test against such a case. * * @param label command label. + * + * @return the command. */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize_fake (const char *label) |