gstrfuncs.c: Fix variable declaration
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 12 Nov 2011 02:38:31 +0000 (10:38 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 12 Nov 2011 02:38:31 +0000 (10:38 +0800)
commitfaebf0f6536f85bfc4afd81a69d9d46383031fa6
treebab404853857c2ea8d2643e44d0a5ae8a8cd55a0
parent0f01bef4b458b73f2500ad8926b9c8a886215dc3
gstrfuncs.c: Fix variable declaration

Declare variables at top of block to stop C89 compilers from complaining.
glib/gstrfuncs.c