From 7ae55db1ec9586f0072e4958c78f606b00a2d501 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 22 Jul 2010 05:24:06 +0000 Subject: Cleanups and version bump. --- src/lib/util/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/util/options.c') 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; } -- cgit v1.2.3-70-g09d2