Commit 53d80108 authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/video_filter/transform.c: fixed a stupid typo preventing

    initialization of the plugin.
parent 46db017d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* transform.c : transform image plugin for vlc * transform.c : transform image plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000, 2001, 2002, 2003 VideoLAN * Copyright (C) 2000, 2001, 2002, 2003 VideoLAN
* $Id: transform.c,v 1.7 2003/01/17 16:18:03 sam Exp $ * $Id: transform.c,v 1.8 2003/02/09 12:19:09 sam Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -153,7 +153,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -153,7 +153,7 @@ static int Create( vlc_object_t *p_this )
free( psz_method ); free( psz_method );
} }
return VLC_EGENERIC; return VLC_SUCCESS;
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment