comparison src/sound.c @ 2183:94ee8eacb6f8

[gaim-migrate @ 2193] arts_init committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Aug 2001 18:17:32 +0000
parents 64d8ef561763
children 08781af8e3a9
comparison
equal deleted inserted replaced
2182:665e1dbeb8da 2183:94ee8eacb6f8
233 233
234 static int can_play_artsc() 234 static int can_play_artsc()
235 { 235 {
236 int error; 236 int error;
237 237
238 error = artsc_init(); 238 error = arts_init();
239 if (error < 0) 239 if (error < 0)
240 return 0; 240 return 0;
241 241
242 return 1; 242 return 1;
243 } 243 }