diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-24 00:03:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-24 00:03:03 +0100 |
commit | 373fe1c1389c1399217f37746459d0fb2cc0b53a (patch) | |
tree | b4eef94e713d744b9ceaa1619c413b25ae3ffb39 /src/mint | |
parent | abc63eda98bd64a29413b6daf60c0d2ea47a7132 (diff) |
avoid cast
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/plugin_mintdb_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/plugin_mintdb_common.c b/src/mint/plugin_mintdb_common.c index 34c95bae6..e326c0f41 100644 --- a/src/mint/plugin_mintdb_common.c +++ b/src/mint/plugin_mintdb_common.c @@ -68,7 +68,7 @@ static void common_free_link_data_list (void *cls, struct LinkDataList *ldl) { - GNUNET_break (0); // FIXME + GNUNET_break (0); // FIXME (#3728) } @@ -82,7 +82,7 @@ static void common_free_coin_transaction_list (void *cls, struct TALER_MINT_DB_TransactionList *list) { - // FIXME: check logic! + // FIXME: implement! // FIXME (#3728) GNUNET_break (0); } |