From 51a342b88a4e022f4c08669633293fb7dc4ab0f1 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 23 Jun 2006 18:24:22 +0000 Subject: Miscellaneous static/const fixups. Optimise away _xine_buffer_strcat. CVS patchset: 8073 CVS date: 2006/06/23 18:24:22 --- src/xine-utils/sorted_array.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/sorted_array.c') diff --git a/src/xine-utils/sorted_array.c b/src/xine-utils/sorted_array.c index 3046969f5..fe5edf277 100644 --- a/src/xine-utils/sorted_array.c +++ b/src/xine-utils/sorted_array.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: sorted_array.c,v 1.1 2006/01/16 08:04:44 tmattern Exp $ + * $Id: sorted_array.c,v 1.2 2006/06/23 18:24:22 dsalt Exp $ * */ #ifdef HAVE_CONFIG_H @@ -56,7 +56,7 @@ void xine_sarray_delete(xine_sarray_t *sarray) { free(sarray); } -size_t xine_sarray_size(xine_sarray_t *sarray) { +size_t xine_sarray_size(const xine_sarray_t *sarray) { return xine_array_size(sarray->array); } -- cgit v1.2.3