]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osx_write.c
Change the ->open method of writers to void.
[paraslash.git] / osx_write.c
index b0dfa89b17795007de8b3d85a8d63f7636bc5ecf..c2b7b2f48aef0de6bdf6a08c2e86269698590fd9 100644 (file)
@@ -187,13 +187,12 @@ static OSStatus osx_callback(void * inClientData,
 #define ENDIAN_FLAGS 0
 #endif
 
-static int osx_write_open(struct writer_node *wn)
+static void osx_write_open(struct writer_node *wn)
 {
        struct private_osx_write_data *powd = para_calloc(sizeof(*powd));
 
        wn->private_data = powd;
        init_buffers(wn);
-       return 0;
 }
 
 static int core_audio_init(struct writer_node *wn)