changeset 225:2986069309c6

char -> gchar
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 18:47:01 +0000
parents df4cb5115322
children 858c09f59011
files src/xmms-sid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.c	Wed Dec 15 14:23:03 2004 +0000
+++ b/src/xmms-sid.c	Wed Dec 15 18:47:01 2004 +0000
@@ -236,7 +236,7 @@
  */
 gint xs_is_our_file(gchar *pcFilename)
 {
- char *pcExt;
+ gchar *pcExt;
  assert(xs_player);
 
  /* Check the filename */