diff options
author | John Levon <john.levon@joyent.com> | 2018-08-29 14:02:00 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-08-29 14:02:00 +0000 |
commit | a90a1259342ecea6f70c0fd7f91981ff1fc9516e (patch) | |
tree | 713278eab996777f87e0e1f3c024bcba4c5285e1 /usr/src/cmd | |
parent | 8c96f987edd0f06bbeca95261948cf4d97f0450c (diff) | |
download | illumos-joyent-RFD96.tar.gz |
self-reviewRFD96
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/sgs/elfdump/common/corenote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/elfdump/common/corenote.c b/usr/src/cmd/sgs/elfdump/common/corenote.c index b884f6357d..a5ba4e31b8 100644 --- a/usr/src/cmd/sgs/elfdump/common/corenote.c +++ b/usr/src/cmd/sgs/elfdump/common/corenote.c @@ -1430,6 +1430,7 @@ dump_lwpsinfo(note_state_t *state, const char *title) indent_exit(state); } + /* * Output information from psinfo_t structure. */ |