From 6b8cd7fcf04907fa02d03b218596aa43b7386db1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 10 Nov 2009 13:34:48 -0800 Subject: [PATCH] Fix whitespace, copyright years. --- libelf/elf_next.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libelf/elf_next.c b/libelf/elf_next.c index dddcb5a7e..196c65a35 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 , 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); -- 2.47.2