diff src/xs_support.c @ 218:57231fe14369

Minor fixes
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:23:02 +0000
parents 575686094eb1
children df4cb5115322
line wrap: on
line diff
--- a/src/xs_support.c	Wed Dec 15 11:23:01 2004 +0000
+++ b/src/xs_support.c	Wed Dec 15 11:23:02 2004 +0000
@@ -68,7 +68,7 @@
 
 /* Concatenates a given string into string pointed by *ppResult.
  */
-gint th_pstrcat(t_char **ppResult, const gchar *pStr)
+gint th_pstrcat(gchar **ppResult, const gchar *pStr)
 {
  /* Check the string pointers */
  if (!ppResult || !pStr) return -1;