X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-uri.c;h=a39f6be3f0819d4b93b0799c7a35bb53fb526786;hb=5ad055154ba296593c1ff81c665d39127e3bfcd7;hp=7a2c4ac8100ebd9afec9607a8b7b0640c498f3a5;hpb=226af94a2345f88d3170823646e1c25a276ba281;p=mono.git diff --git a/mono/utils/mono-uri.c b/mono/utils/mono-uri.c index 7a2c4ac8100..a39f6be3f08 100644 --- a/mono/utils/mono-uri.c +++ b/mono/utils/mono-uri.c @@ -1,5 +1,6 @@ -/* - * mono-uri.c: Simple routine used to escape uris. +/** + * \file + * Simple routine used to escape uris. * * Author: * Miguel de Icaza (miguel@novell.com) @@ -36,7 +37,7 @@ mono_escape_uri_string (const gchar *string) #if TEST int main () { - char *s = malloc (256); + char *s = g_malloc (256); int i = 0; s [255] = 0;