diff options
author | malc <av1474@comtv.ru> | 2009-10-15 02:40:17 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-10-15 02:40:17 +0400 |
commit | cb4f03e874e112d3df79b3cbe1903d28985371a7 (patch) | |
tree | afd175ffee5e7b3ceeda7641cc2743cbe6f325f9 /audio/audio_int.h | |
parent | bc578fe0075e1de6bd5316adb828685e0d687d5f (diff) |
audio: remove last remnants of _t
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 317c9fc115..06e313f836 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -50,7 +50,7 @@ struct audio_option { struct audio_callback { void *opaque; - audio_callback_fn_t fn; + audio_callback_fn fn; }; struct audio_pcm_info { |