diff options
| -rw-r--r-- | libgfortran/ChangeLog | 4 | ||||
| -rw-r--r-- | libgfortran/io/transfer.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 88d76c8..3ca2172 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2006-11-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + * io/transfer.c (next_record_w): Fix indentation. + 2006-11-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/25545 diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index a4d4563..4711be5 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -2215,7 +2215,7 @@ next_record_w (st_parameter_dt *dtp, int done) length = (int) dtp->u.p.current_unit->bytes_left; } - if (sset (dtp->u.p.current_unit->s, ' ', length) == FAILURE) + if (sset (dtp->u.p.current_unit->s, ' ', length) == FAILURE) { generate_error (&dtp->common, ERROR_END, NULL); return; |
