OSDN Git Service

* data.c: Remove trailing periods from error messages.
[pf3gnuchains/gcc-fork.git] / gcc / fortran / trans-io.c
index b1dce97..3e658b8 100644 (file)
@@ -992,7 +992,7 @@ gfc_trans_inquire (gfc_code * code)
 
   /* Sanity check.  */
   if (p->unit && p->file)
-    gfc_error ("INQUIRE statement at %L cannot contain both FILE and UNIT specifiers.", &code->loc);
+    gfc_error ("INQUIRE statement at %L cannot contain both FILE and UNIT specifiers", &code->loc);
 
   if (p->unit)
     set_parameter_value (&block, var, IOPARM_common_unit, p->unit);