diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 674ef21b1..a51b59119 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.66 2001/12/13 00:52:01 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.67 2001/12/13 22:24:17 miguelfreitas Exp $ * */ @@ -1675,7 +1675,7 @@ struct osd_renderer_s { * loaded fonts are unloaded * osd objects are closed */ - void (*close) (osd_renderer_t *this); + void (*close) (osd_renderer_t *self); }; |