summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-07-11 19:36:26 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-07-11 19:36:26 +0000
commit192c9e04f5dc97e8f8b1ecf20f013b0c86de224d (patch)
tree5d821b272abd72624612ca09f17ad6c89c388e1e /src/tools/unidasm.c
parent6d4235dcb0bf03f17aa238c7cf6767ba787589e1 (diff)
Clean-ups and version bumpmame0143u1
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r--src/tools/unidasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c
index b56a668c5ff..ec9044d565b 100644
--- a/src/tools/unidasm.c
+++ b/src/tools/unidasm.c
@@ -442,7 +442,7 @@ static int parse_options(int argc, char *argv[], options *opts)
pending_skip = FALSE;
}
- // size
+ // size
else if (pending_count)
{
if (sscanf(curarg, "%d", &opts->count) != 1)