summaryrefslogtreecommitdiff
path: root/audio/audio_template.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-10-15 02:40:17 +0400
committermalc <av1474@comtv.ru>2009-10-15 02:40:17 +0400
commitcb4f03e874e112d3df79b3cbe1903d28985371a7 (patch)
treeafd175ffee5e7b3ceeda7641cc2743cbe6f325f9 /audio/audio_template.h
parentbc578fe0075e1de6bd5316adb828685e0d687d5f (diff)
downloadqemu-cb4f03e874e112d3df79b3cbe1903d28985371a7.tar.gz
audio: remove last remnants of _t
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio/audio_template.h')
-rw-r--r--audio/audio_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_template.h b/audio/audio_template.h
index 70c4a8818b..14c648c05f 100644
--- a/audio/audio_template.h
+++ b/audio/audio_template.h
@@ -402,7 +402,7 @@ SW *glue (AUD_open_, TYPE) (
SW *sw,
const char *name,
void *callback_opaque ,
- audio_callback_fn_t callback_fn,
+ audio_callback_fn callback_fn,
struct audsettings *as
)
{