diff --git a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp index 3c39400a1e..d693b82f51 100644 --- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp +++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp @@ -686,9 +686,9 @@ int URLRageFile_read( avcodec::URLContext *h, unsigned char *buf, int size ) } #if defined(MACOSX) - int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ); + int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ) #else - int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size ); + int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size ) #endif { RageFileBasic *f = (RageFileBasic *) h->priv_data;