summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-30 08:18:51 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-30 08:18:51 +0100
commit4afd75e2fd0fc40ae0e47ab6063e6228cd7eaabe (patch)
treea30d36789b6148002e09f8e65ff6266e21790396 /src/tools
parent3b0d814b9b9f890eb2ca1edc3f37c775be76ea88 (diff)
Cleanups and version bumpmame0169
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/chdman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp
index 7d4472b1d61..75da3c76741 100644
--- a/src/tools/chdman.cpp
+++ b/src/tools/chdman.cpp
@@ -775,7 +775,6 @@ static int print_help(const char *argv0, const char *error = nullptr)
printf("Usage:\n");
for (auto & desc : s_commands)
{
-
printf(" %s %s%s\n", argv0, desc.name, desc.description);
}
printf("\nFor help with any command, run:\n");