Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
a26ef71e
Commit
a26ef71e
authored
Nov 13, 2006
by
Hisham Muhammad
Browse files
Minor tweak.
parent
a8f45d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProcessList.c
View file @
a26ef71e
...
...
@@ -612,8 +612,7 @@ void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, fl
}
if
(
!
existingProcess
)
{
process
=
Process_clone
(
process
);
ProcessList_add
(
this
,
process
);
ProcessList_add
(
this
,
Process_clone
(
process
));
}
continue
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment