X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fregex.c;h=d3840704a02a09d68f6f3748ac9059c5f84dac24;hb=e1bb3dab9a2dca414eab231c33afd3fad19e7924;hp=0f7fef883535b6cad73533bde7aa432e0f54777b;hpb=c60b43afa76cbc6ed19a4794eab0fe15f9b54300;p=gnulib.git diff --git a/lib/regex.c b/lib/regex.c index 0f7fef883..d3840704a 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -7909,7 +7909,7 @@ re_comp (const char *s) if (!s) { if (!re_comp_buf.buffer) - return gettext ("No previous regular expression"); + return (char *) gettext ("No previous regular expression"); return 0; }