summaryrefslogtreecommitdiffstats
path: root/libelf/gelf_checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/gelf_checksum.c')
-rw-r--r--libelf/gelf_checksum.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/gelf_checksum.c b/libelf/gelf_checksum.c
index 49067829..831c54cb 100644
--- a/libelf/gelf_checksum.c
+++ b/libelf/gelf_checksum.c
@@ -1,5 +1,5 @@
/* Convert from file to memory representation. Generic ELF version.
- Copyright (C) 2002 Red Hat, Inc.
+ Copyright (C) 2002, 2015 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -38,8 +38,7 @@
long int
-gelf_checksum (elf)
- Elf *elf;
+gelf_checksum (Elf *elf)
{
if (elf == NULL)
return -1l;