From: fxcoudert Date: Sun, 10 Apr 2005 13:08:12 +0000 (+0000) Subject: * runtime/environ.c: Correct previous commit for obvious typo. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=d72936dbaa1a3229d4c90e9e7183c9feabe0de4b * 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 --- 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)},