X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spx_common.c;h=c850cd198683b103215ee5a01615d27248937caa;hp=3a4d5dd1a5fa7a13811c16cd59fbb510b8447adc;hb=52fb766fd183e555d8c85185e35a4dc365097756;hpb=9c5fbc5dd8b53604d7e73fb6714ee2b5e3458866 diff --git a/spx_common.c b/spx_common.c index 3a4d5dd1..c850cd19 100644 --- a/spx_common.c +++ b/spx_common.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2013 Andre Noll + * Copyright (C) 2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -60,7 +60,7 @@ * * \return Standard. */ -int spx_ctl(void *state, int request, void *ptr) +static int spx_ctl(void *state, int request, void *ptr) { int ret = speex_decoder_ctl(state, request, ptr);