aboutsummaryrefslogtreecommitdiff
path: root/src/os-freebsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-freebsd.c')
-rw-r--r--src/os-freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-freebsd.c b/src/os-freebsd.c
index 64fc9338..aa786daa 100644
--- a/src/os-freebsd.c
+++ b/src/os-freebsd.c
@@ -89,7 +89,7 @@ tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
{
strncpy(path, kv->kve_path, pathlen);
}
- ret = elf_map_image(ei, kv->kve_path);
+ ret = elf_map_image (ei, kv->kve_path);
break;
}
free_mem(buf, len1);