diff options
author | 2012-06-11 08:00:48 +0000 | |
---|---|---|
committer | 2012-06-11 08:00:48 +0000 | |
commit | f9f61e103ab2bd088092a91d5f74dfcfee70a9e2 (patch) | |
tree | e91034b1321236c2bc494a4b57cd1c3cd2f35390 /src/lib/util/options.c | |
parent | 5fb5795a274c0f44df632f9ac144f14a63b61bce (diff) |
Clean-ups and version bumpmame0146u1
Diffstat (limited to 'src/lib/util/options.c')
-rw-r--r-- | src/lib/util/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.c b/src/lib/util/options.c index 1144bb1202e..ea4d5af509f 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -575,7 +575,7 @@ const char *core_options::value(const char *name) const //------------------------------------------------- -// priority - return the priority of option +// priority - return the priority of option //------------------------------------------------- int core_options::priority(const char *name) const |