aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_fuchsia.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_fuchsia.h')
-rw-r--r--executor/common_fuchsia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h
index a049bd17d..64cd37747 100644
--- a/executor/common_fuchsia.h
+++ b/executor/common_fuchsia.h
@@ -177,7 +177,7 @@ long syz_mmap(size_t addr, size_t size)
zx_handle_t vmo;
status = zx_vmo_create(size, 0, &vmo);
if (status != ZX_OK) {
- debug("zx_vmo_create failed with: %d", status);
+ debug("zx_vmo_create failed with: %d\n", status);
return status;
}
status = zx_vmo_replace_as_executable(vmo, ZX_HANDLE_INVALID, &vmo);