fix an obvious bug pointed out by gcc

svn path=/trunk/; revision=2142
This commit is contained in:
Dan Winship
2000-03-22 16:50:41 +00:00
parent f286676ead
commit af50786d6f

View File

@ -38,7 +38,8 @@ e_setup_base_dir (void)
_("Evolution detected that the file `%s' is a not a directory.\n"
"\n"
"Evolution can rename the file, delete the file or shutdown and\n"
"let you fix the problem."));
"let you fix the problem."),
evolution_dir);
return FALSE;
}
}