aboutsummaryrefslogtreecommitdiffstats
path: root/pseudodb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudodb.c')
-rw-r--r--pseudodb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudodb.c b/pseudodb.c
index 1be8651..9203648 100644
--- a/pseudodb.c
+++ b/pseudodb.c
@@ -38,7 +38,7 @@ main(int argc, char **argv) {
exit(1);
}
msg = pseudo_msg_new(0, argv[1]);
- rc = pdb_find_file_path(msg, NULL);
+ rc = pdb_find_file_path(msg);
if (rc) {
printf("error.\n");
return 1;