diff options
| author | 2011-07-11 19:36:26 +0000 | |
|---|---|---|
| committer | 2011-07-11 19:36:26 +0000 | |
| commit | 192c9e04f5dc97e8f8b1ecf20f013b0c86de224d (patch) | |
| tree | 5d821b272abd72624612ca09f17ad6c89c388e1e /src/tools/unidasm.c | |
| parent | 6d4235dcb0bf03f17aa238c7cf6767ba787589e1 (diff) | |
Clean-ups and version bumpmame0143u1
Diffstat (limited to 'src/tools/unidasm.c')
| -rw-r--r-- | src/tools/unidasm.c | 2 |
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) |
