diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-10-22 12:04:42 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-10-22 12:04:42 +0000 |
commit | 12c17ce611ba1297ccd9af1b4fb00fc0946530b1 (patch) | |
tree | c23ab342fdbc7ec568a3071e5c86ac3215050717 /src | |
parent | 10b8404dc6e4785e64d86c1f4ca6745e07fe7884 (diff) | |
download | xine-lib-12c17ce611ba1297ccd9af1b4fb00fc0946530b1.tar.gz xine-lib-12c17ce611ba1297ccd9af1b4fb00fc0946530b1.tar.bz2 |
- fix compile-time warning
CVS patchset: 5567
CVS date: 2003/10/22 12:04:42
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_mms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c index ae2aaea84..bd427855a 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_mms.c,v 1.40 2003/04/26 22:34:32 guenter Exp $ + * $Id: input_mms.c,v 1.41 2003/10/22 12:04:42 hadess Exp $ * * mms input plugin based on work from major mms */ @@ -303,7 +303,7 @@ static int mms_plugin_get_optional_data (input_plugin_t *this_gen, return INPUT_OPTIONAL_UNSUPPORTED; } -void bandwidth_changed_cb (void *this_gen, xine_cfg_entry_t *entry) { +static void bandwidth_changed_cb (void *this_gen, xine_cfg_entry_t *entry) { mms_input_class_t *class = (mms_input_class_t*) this_gen; #ifdef LOG |