diff options
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 1a15d4ced8..cd22a30880 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -44,8 +44,8 @@ struct audio_option { audio_option_tag_e tag; void *valp; const char *descr; - int *overridenp; - int overriden; + int *overriddenp; + int overridden; }; struct audio_callback { |