summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-11-10 13:34:48 -0800
committerRoland McGrath <roland@redhat.com>2009-11-10 13:34:48 -0800
commit6b8cd7fcf04907fa02d03b218596aa43b7386db1 (patch)
tree125e0959410d731f3a9ca808019328b083995811
parent0c6db7e36967e56cb3245e145c441e83d23cc4d4 (diff)
downloadelfutils-6b8cd7fcf04907fa02d03b218596aa43b7386db1.tar.gz
Fix whitespace, copyright years.
-rw-r--r--libelf/elf_next.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/elf_next.c b/libelf/elf_next.c
index dddcb5a7..196c65a3 100644
--- a/libelf/elf_next.c
+++ b/libelf/elf_next.c
@@ -1,5 +1,5 @@
/* Advance in archive to next element.
- Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
+ Copyright (C) 1998-2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -86,7 +86,7 @@ elf_next (elf)
/* If necessary, mark the archive header as unusable. */
if (ret == ELF_C_NULL)
- parent->state.ar.elf_ar_hdr.ar_name = NULL;
+ parent->state.ar.elf_ar_hdr.ar_name = NULL;
rwlock_unlock (parent->lock);