mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix a bad type cast
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1264 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dfa17b9f36
commit
20d0823e35
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ pa_pdispatch* pa_pdispatch_new(pa_mainloop_api *mainloop, const pa_pdispatch_cb_
|
|||
pd->mainloop = mainloop;
|
||||
pd->callback_table = table;
|
||||
pd->n_commands = entries;
|
||||
PA_LLIST_HEAD_INIT(pa_reply_info, pd->replies);
|
||||
PA_LLIST_HEAD_INIT(struct reply_info, pd->replies);
|
||||
pd->drain_callback = NULL;
|
||||
pd->drain_userdata = NULL;
|
||||
pd->creds = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue