summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-11-24 22:51:05 -0800
committerMatt Turner <mattst88@gmail.com>2017-11-24 23:37:07 -0800
commitef8eed28d34c7dcb0366800389b385ba1f288c0f (patch)
tree526966138f619f2212e0dcf6f480aaae13c0f055 /test.c
parente0ea9bb5be34c464c67a1212e8924d0a38696d67 (diff)
Rename "note" to "build_id_note" to avoid potential collisions
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;