* TODO: Remove 'List' entries.
[mono.git] / eglib / src / gstr.c
index 36951471944f166d8b22066c5f83c39291c6c06c..771724d2d1ae29d12cb582704663dc10a4098080 100644 (file)
@@ -52,7 +52,7 @@ g_strfreev (gchar **str_array)
        g_free (orig);
 }
 
-gint
+guint
 g_strv_length(gchar **str_array)
 {
        gint length = 0;