Commit e194201c by Andrew Haley

Correct misapplied patch.

From-SVN: r72891
parent 7b8af2b5
......@@ -632,7 +632,7 @@ jcf_parse (JCF* jcf)
if (CLASS_PARSED_P (current_class))
{
/* FIXME - where was first time */
fatal_error ("READING CLASS %s for the second time from %s",
fatal_error ("reading class %s for the second time from %s",
IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (current_class))),
jcf->filename);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment