summaryrefslogtreecommitdiffstats
path: root/libelf/elf_next.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_next.c')
-rw-r--r--libelf/elf_next.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/elf_next.c b/libelf/elf_next.c
index 1f5c03c1..6edafd2e 100644
--- a/libelf/elf_next.c
+++ b/libelf/elf_next.c
@@ -1,5 +1,5 @@
/* Advance in archive to next element.
- Copyright (C) 1998-2009 Red Hat, Inc.
+ Copyright (C) 1998-2009, 2015 Red Hat, Inc.
This file is part of elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -39,8 +39,7 @@
Elf_Cmd
-elf_next (elf)
- Elf *elf;
+elf_next (Elf *elf)
{
Elf *parent;
Elf_Cmd ret;