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