diff options
Diffstat (limited to 'libdwfl/dwfl_module.c')
| -rw-r--r-- | libdwfl/dwfl_module.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libdwfl/dwfl_module.c b/libdwfl/dwfl_module.c index 6f3aa849..e3db1e06 100644 --- a/libdwfl/dwfl_module.c +++ b/libdwfl/dwfl_module.c @@ -186,11 +186,12 @@ compare_modules (const void *a, const void *b) existed before but was not included in the current report. Returns a nonzero return value from the callback. DWFL cannot be used until this function has returned zero. */ -int dwfl_report_end (Dwfl *dwfl, - int (*removed) (Dwfl_Module *, void *, - const char *, Dwarf_Addr, - void *arg), - void *arg) +int +dwfl_report_end (Dwfl *dwfl, + int (*removed) (Dwfl_Module *, void *, + const char *, Dwarf_Addr, + void *arg), + void *arg) { assert (dwfl->modules == NULL); |
