summaryrefslogtreecommitdiffstats
path: root/libelf/elf_next.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-11-10 13:34:48 -0800
committerRoland McGrath <[email protected]>2009-11-10 13:34:48 -0800
commit6b8cd7fcf04907fa02d03b218596aa43b7386db1 (patch)
tree125e0959410d731f3a9ca808019328b083995811 /libelf/elf_next.c
parent0c6db7e36967e56cb3245e145c441e83d23cc4d4 (diff)
Fix whitespace, copyright years.
Diffstat (limited to 'libelf/elf_next.c')
-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 <[email protected]>, 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);