Code cleanup

This commit is contained in:
Pierre Pronchery 2007-06-25 08:22:31 +00:00
parent c254fa2302
commit e6aa91be99

View File

@ -518,7 +518,7 @@ int browser_error(Browser * browser, char const * message, int ret)
static int _browser_error(char const * message, int ret)
{
fprintf(stderr, "%s", "browser: ");
fputs("browser: ", stderr);
perror(message);
return ret;
}