diff options
author | 2010-07-22 05:24:06 +0000 | |
---|---|---|
committer | 2010-07-22 05:24:06 +0000 | |
commit | 7ae55db1ec9586f0072e4958c78f606b00a2d501 (patch) | |
tree | dd36e6c8bcde94e86b2010026dcb312fb6274762 /src/lib/util/options.c | |
parent | 9433e80b419b79f99faffa8d49fde4f5bc9c3fb7 (diff) |
Cleanups and version bump.mame0138u4
Diffstat (limited to 'src/lib/util/options.c')
-rw-r--r-- | src/lib/util/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/options.c b/src/lib/util/options.c index 72fdfb8839a..ea66b2439b2 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -496,7 +496,7 @@ int options_parse_command_line(core_options *opts, int argc, char **argv, int pr /*------------------------------------------------- options_force_option_callback - set option value - and execute callback call + and execute callback call -------------------------------------------------*/ int options_force_option_callback(core_options *opts, const char *optionname, const char *newval, int priority) @@ -513,7 +513,7 @@ int options_force_option_callback(core_options *opts, const char *optionname, co (*data->callback)(opts, newval); /* allocate a new copy of data for this */ - update_data(opts, data, newval, priority); + update_data(opts, data, newval, priority); return 0; } |