diff libass/ass_bitmap.h @ 22886:71b3e04d0555

"()" to "(void)" function param list fixes patch from Stefan Huehner, stefan huehner org
author uau
date Sun, 01 Apr 2007 21:59:54 +0000
parents fa122b7c71c6
children 3f0d00abc073
line wrap: on
line diff
--- a/libass/ass_bitmap.h	Sun Apr 01 21:58:45 2007 +0000
+++ b/libass/ass_bitmap.h	Sun Apr 01 21:59:54 2007 +0000
@@ -23,7 +23,7 @@
 
 typedef struct ass_synth_priv_s ass_synth_priv_t;
 
-ass_synth_priv_t* ass_synth_init();
+ass_synth_priv_t* ass_synth_init(void);
 void ass_synth_done(ass_synth_priv_t* priv);
 
 typedef struct bitmap_s {