aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r--gcc/fortran/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index 4106fe5..14d03c2 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -2223,7 +2223,7 @@ argument_rank_mismatch (const char *name, locus *where,
where, where_formal, rank1);
else
gfc_error_opt (0, "Rank mismatch between actual argument at %L "
- "and actual argument at %L (rank-%d and rank-%d", where,
+ "and actual argument at %L (rank-%d and rank-%d)", where,
where_formal, rank1, rank2);
}
}