diff options
author | phintuka <phintuka> | 2008-02-28 06:10:54 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-28 06:10:54 +0000 |
commit | 4e3b041c65f36dd8729ca2b5fe224461a2166f6d (patch) | |
tree | 2f1855a63eb27751e3513c4bf684b6e942018bd5 | |
parent | b84d7244e5d9be2a34c884085b6b74fa57bd3ca1 (diff) | |
download | xineliboutput-4e3b041c65f36dd8729ca2b5fe224461a2166f6d.tar.gz xineliboutput-4e3b041c65f36dd8729ca2b5fe224461a2166f6d.tar.bz2 |
d->f
-rw-r--r-- | xine/post_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/post_util.h b/xine/post_util.h index 2c1fb34e..06154ed7 100644 --- a/xine/post_util.h +++ b/xine/post_util.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: post_util.h,v 1.2 2008-02-28 06:06:08 phintuka Exp $ + * $Id: post_util.h,v 1.3 2008-02-28 06:10:54 phintuka Exp $ * */ @@ -24,7 +24,7 @@ static void *init_plugin(xine_t *xine, void *data); static char *get_identifier(post_class_t *class_gen); static char *get_description(post_class_t *class_gen); static void class_dispose(post_class_t *class_gen); -#endid +#endif /* required from plugin: */ static post_plugin_t *open_plugin(post_class_t *class_gen, int inputs, |