diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-12-13 22:24:17 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-12-13 22:24:17 +0000 |
commit | 5885aa5a195b38494dddacf3708fde4b6508b6c2 (patch) | |
tree | 3a68d59b1aa5f0ad9dec4d5cba0a0a59dbd81f57 | |
parent | e762f566e1a4a6eb72dd4bd02654d5049bd71d3b (diff) | |
download | xine-lib-5885aa5a195b38494dddacf3708fde4b6508b6c2.tar.gz xine-lib-5885aa5a195b38494dddacf3708fde4b6508b6c2.tar.bz2 |
changing this to self
CVS patchset: 1237
CVS date: 2001/12/13 22:24:17
-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); }; |