X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spx_common.c;h=f770be7db07d759dac671e1c19bb459cb8a133e8;hp=1251973af8d511088ecfc3bae7a886bea1090463;hb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/spx_common.c b/spx_common.c index 1251973a..f770be7d 100644 --- a/spx_common.c +++ b/spx_common.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2012 Andre Noll + * Copyright (C) 2010-2014 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);