mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Spelling fix, by Stuart Brady.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3076 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8fac5803a9
commit
fe8f096b16
5 changed files with 25 additions and 25 deletions
|
@ -386,7 +386,7 @@ static void audio_print_options (const char *prefix,
|
|||
const char *state = "default";
|
||||
printf (" %s_%s: ", uprefix, opt->name);
|
||||
|
||||
if (opt->overridenp && *opt->overridenp) {
|
||||
if (opt->overriddenp && *opt->overriddenp) {
|
||||
state = "current";
|
||||
}
|
||||
|
||||
|
@ -516,10 +516,10 @@ static void audio_process_options (const char *prefix,
|
|||
break;
|
||||
}
|
||||
|
||||
if (!opt->overridenp) {
|
||||
opt->overridenp = &opt->overriden;
|
||||
if (!opt->overriddenp) {
|
||||
opt->overriddenp = &opt->overridden;
|
||||
}
|
||||
*opt->overridenp = !def;
|
||||
*opt->overriddenp = !def;
|
||||
qemu_free (optname);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue