aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2010-07-15 13:39:11 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2010-07-15 13:39:11 +0000
commitb05027be0c8c7ff62ae4372487161b3c6ce46947 (patch)
tree6ca82f80155a9cb282b2408d779ca592b237d455 /libgfortran
parentab7306ed7c5cda180b852b95dc6971dfc0311b39 (diff)
downloadgcc-b05027be0c8c7ff62ae4372487161b3c6ce46947.zip
gcc-b05027be0c8c7ff62ae4372487161b3c6ce46947.tar.gz
gcc-b05027be0c8c7ff62ae4372487161b3c6ce46947.tar.bz2
Fix ChangeLog to mention last commit to transfer.c
From-SVN: r162222
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 945899e..3abdc04 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -2,6 +2,7 @@
PR libfortran/44934
* io/file_pos.c (st_endfile): Correctly set unit flags for form.
+ * io/transfer.c (data_transfer_init): Fix indentation of whitespace.
2010-07-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>