[PATCH 5/7] module: fixing missing } when not using libctf
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <BY5PR10MB3987A5627BFEC1D992207967C2D6A@BY5PR10MB3987.namprd10.prod.outlook.com> |
Signed-off-by: Kris Van Hees <[email protected]> --- libdtrace/dt_module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libdtrace/dt_module.c b/libdtrace/dt_module.c index e7d212e4..7ec1b550 100644 --- a/libdtrace/dt_module.c +++ b/libdtrace/dt_module.c @@ -1031,6 +1031,8 @@ dt_kern_module_find_ctf(dtrace_hdl_t *dtp, dt_module_t *dmp) dt_dprintf("No BTF data for %s; " "looking for in-module CTF instead.\n", dmp->dm_name); +#else + } #endif /* -- 2.43.5