diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-10 13:08:12 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-10 13:08:12 +0000 |
commit | d72936dbaa1a3229d4c90e9e7183c9feabe0de4b (patch) | |
tree | 7788a26d552fae6fdbda6b332feda0d28fdd6933 /libgfortran/runtime | |
parent | 985c2efe3b6b099d001a115980eaf0d22e91a890 (diff) | |
download | gcc-d72936dbaa1a3229d4c90e9e7183c9feabe0de4b.tar.gz |
* runtime/environ.c: Correct previous commit for obvious typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r-- | libgfortran/runtime/environ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/environ.c b/libgfortran/runtime/environ.c index c1a71cf6eef..1b7fc5f80d2 100644 --- a/libgfortran/runtime/environ.c +++ b/libgfortran/runtime/environ.c @@ -495,7 +495,7 @@ static variable variable_table[] = { "Print optional plus signs in numbers where permitted. Default FALSE."}, {"GFORTRAN_DEFAULT_RECL", DEFAULT_RECL, &options.default_recl, - init_integer, show_unsigned_integer, + init_unsigned_integer, show_integer, "Default maximum record length for sequential files. Most useful for\n" "adjusting line length of preconnected units. Default " stringize (DEFAULT_RECL)}, |