summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/nlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c
index fa966ac8b24..f4dae6eb32c 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.c,v 1.67 2016/09/21 04:38:56 guenther Exp $ */
+/* $OpenBSD: nlist.c,v 1.68 2016/12/25 20:30:41 krw Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -279,7 +279,6 @@ __fdnlist(int fd, struct nlist *list)
}
}
}
-elf_done:
if (usemalloc)
free(strtab);
else