diff options
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 120b440..9e860d8 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA gfc_st_label format_asterisk = { -1, ST_LABEL_FORMAT, ST_LABEL_FORMAT, NULL, 0, - {NULL, 0, NULL, NULL}, NULL, NULL}; + {NULL, NULL}, NULL, NULL}; typedef struct { |