summaryrefslogtreecommitdiff
path: root/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'library.c')
-rw-r--r--library.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/library.c b/library.c
index 7fb14c1..2339153 100644
--- a/library.c
+++ b/library.c
@@ -493,8 +493,8 @@ const char** library_exported_names_each_alias(
library_exported_names_each_alias_cb, &context);
}
-int library_exported_names_contains(struct library_exported_names* names,
- const char* queryname)
+int library_exported_names_contains(struct library_exported_names *names,
+ const char *queryname)
{
uint64_t *addr = DICT_FIND_REF(&names->names,
&queryname, uint64_t);