summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-coins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-21 19:39:46 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-21 19:39:46 +0100
commitc277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d (patch)
tree0aff21687d5e193c6c6e4ae05b88b9b633ad785e /src/auditor/taler-helper-auditor-coins.c
parente5e6c9b6b47347eb446f46a0279ad5ef955a26d1 (diff)
downloadexchange-c277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d.tar.gz
exchange-c277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d.tar.bz2
exchange-c277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d.zip
style fixes
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r--src/auditor/taler-helper-auditor-coins.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
index 9412016b0..66c2b68a4 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file auditor/taler-helper-auditor0coins.c
+ * @file auditor/taler-helper-auditor-coins.c
* @brief audits coins in an exchange database.
* @author Christian Grothoff
*
@@ -2325,8 +2325,7 @@ run (void *cls,
/**
- * The main function of the database initialization tool.
- * Used to initialize the Taler Exchange's database.
+ * The main function to audit operations on coins.
*
* @param argc number of arguments from the command line
* @param argv command line arguments
@@ -2368,4 +2367,4 @@ main (int argc,
}
-/* end of taler-auditor.c */
+/* end of taler-helper-auditor-coins.c */