Change uint to guint

Original commit message from CVS:
Change uint to guint
This commit is contained in:
David Schleef 2003-05-18 22:45:27 +00:00
parent d2e2686411
commit 6b42d9aca7

View file

@ -16,9 +16,9 @@
#define YYPARSE_PARAM graph
#ifdef __GST_PARSE_TRACE
static uint __strings;
static uint __links;
static uint __chains;
static guint __strings;
static guint __links;
static guint __chains;
gchar *
__gst_parse_strdup (gchar *org)
{