revision 710:f6eaa3bcfa5b
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 710:f6eaa3bcfa5b |
parent | 709:18c39a8e504c |
child | 711:4f0ba72e58fe |
author | nkeynes |
date | Wed Jun 25 10:42:43 2008 +0000 (15 years ago) |
Fix typo in change to pulseaudio driver
1.1 --- a/src/drivers/audio_pulse.c Wed Jun 25 10:40:45 2008 +00001.2 +++ b/src/drivers/audio_pulse.c Wed Jun 25 10:42:43 2008 +00001.3 @@ -23,7 +23,7 @@1.5 static pa_simple *pulse_server = NULL;1.7 -gboolean audio_init( )1.8 +gboolean audio_pulse_init( )1.9 {1.10 int rate = DEFAULT_SAMPLE_RATE;1.11 int format = DEFAULT_SAMPLE_FORMAT;
.