diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index c237fe6..8f5dad4 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -537,7 +537,7 @@ show_expr (gfc_expr *p) fputs ("NOT ", dumpfile); break; case INTRINSIC_PARENTHESES: - fputs ("parens", dumpfile); + fputs ("parens ", dumpfile); break; default: |