summaryrefslogtreecommitdiff
path: root/so-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'so-test.c')
-rw-r--r--so-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/so-test.c b/so-test.c
index 44f4563..fb24a4d 100644
--- a/so-test.c
+++ b/so-test.c
@@ -30,7 +30,7 @@
int
main(int argc, char *argv[])
{
- const struct note *note = build_id_find_nhdr("./libbuild-id.so");
+ const struct build_id_note *note = build_id_find_nhdr("./libbuild-id.so");
if (!note)
return -1;