comparison Plugins/Input/mpg123/mpg123.c @ 352:f13ab2d8e9cf trunk

[svn] various fixes :(
author nenolod
date Mon, 26 Dec 2005 14:12:35 -0800
parents e7e9a86c0c01
children 18f881216679
comparison
equal deleted inserted replaced
351:c6e9eb0ee70b 352:f13ab2d8e9cf
442 return ""; 442 return "";
443 } 443 }
444 444
445 guint 445 guint
446 mpg123_strip_spaces(char *src, size_t n) 446 mpg123_strip_spaces(char *src, size_t n)
447 /* strips trailing spaces from string of length n
448 returns length of adjusted string */
449 { 447 {
450 gchar *space = NULL, /* last space in src */ 448 gchar *space = NULL, /* last space in src */
451 *start = src; 449 *start = src;
452 450
453 while (n--) 451 while (n--)