summaryrefslogtreecommitdiffstats
path: root/src/util/profile/test_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/test_parse.c')
-rw-r--r--src/util/profile/test_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/test_parse.c b/src/util/profile/test_parse.c
index 2fcd046e8..9f2631e94 100644
--- a/src/util/profile/test_parse.c
+++ b/src/util/profile/test_parse.c
@@ -31,7 +31,7 @@ int main(argc, argv)
exit(1);
}
- retval = profile_parse_file(f, &root);
+ retval = profile_parse_file(f, &root, NULL);
if (retval) {
printf("profile_parse_file error %s\n",
error_message((errcode_t) retval));