diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-12 07:46:03 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-12 07:46:03 +0000 |
| commit | e1812e1d90090450e3d93be56a487e2f11affced (patch) | |
| tree | bb559d3e55470fd66019ca5a8e4d4650a19f06da /libdwfl/dwfl_module.c | |
| parent | d315bb2d1cdae7f068b3de3969fc469eb6dc7b80 (diff) | |
propagate from branch 'com.redhat.elfutils.roland.pending' (head 1ac619debea0e3ecfd2704e8bdc803c6c893b62a)
to branch 'com.redhat.elfutils' (head 830d38d0a2ce24911160a871963f093209e69d9e)
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); |
