summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 16:46:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 16:46:20 +0100
commitf262d8abde4eaa112c7af322a1637730bb0da1f5 (patch)
treea6c4cb77d01baa7d8072c2223122a55109d15dea
parente267cb985bd5b7bc16b14fd6d19c338c8dfe52c5 (diff)
downloadexchange-f262d8abde4eaa112c7af322a1637730bb0da1f5.tar.gz
exchange-f262d8abde4eaa112c7af322a1637730bb0da1f5.tar.bz2
exchange-f262d8abde4eaa112c7af322a1637730bb0da1f5.zip
comment style fix
-rw-r--r--src/testing/testing_api_cmd_deposit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_deposit.c b/src/testing/testing_api_cmd_deposit.c
index 4f3a385d5..5c2b49f14 100644
--- a/src/testing/testing_api_cmd_deposit.c
+++ b/src/testing/testing_api_cmd_deposit.c
@@ -290,9 +290,10 @@ deposit_run (void *cls,
ds->is = is;
if (NULL != ds->deposit_reference)
{
- // We're copying another deposit operation, initialize here.
+ /* We're copying another deposit operation, initialize here. */
const struct TALER_TESTING_Command *cmd;
struct DepositState *ods;
+
cmd = TALER_TESTING_interpreter_lookup_command
(is,
ds->deposit_reference);