Why must #macros end differently?

This commit is contained in:
Jason Felds
2011-03-02 19:05:18 -05:00
parent 263a842d8c
commit 1672596922
@@ -689,7 +689,7 @@ int URLRageFile_read( 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 );
#end
#endif
{
RageFileBasic *f = (RageFileBasic *) h->priv_data;
return f->Write( buf, size );