aboutsummaryrefslogtreecommitdiff
path: root/bfd/srec.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-01-24 19:48:50 +0000
committerIan Lance Taylor <ian@airs.com>1995-01-24 19:48:50 +0000
commit51fbf4548f657940f73edcc03240155b146852ec (patch)
tree23caa4bef6e2f4e55eb8b994b8bafa088051018c /bfd/srec.c
parent16fe8950adaf5f2cb17ea260bbf6ea9e52919045 (diff)
downloadgdb-51fbf4548f657940f73edcc03240155b146852ec.zip
gdb-51fbf4548f657940f73edcc03240155b146852ec.tar.gz
gdb-51fbf4548f657940f73edcc03240155b146852ec.tar.bz2
update copyright dates
Diffstat (limited to 'bfd/srec.c')
-rw-r--r--bfd/srec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/srec.c b/bfd/srec.c
index 3ec152f..720868a 100644
--- a/bfd/srec.c
+++ b/bfd/srec.c
@@ -1,5 +1,5 @@
/* BFD back-end for s-record objects.
- Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>.
This file is part of BFD, the Binary File Descriptor library.
@@ -140,7 +140,6 @@ static CONST char digs[] = "0123456789ABCDEF";
static void
srec_init ()
{
- unsigned int i;
static boolean inited = false;
if (inited == false)