From adbfe82e6314031be3c35e2ba4d15b6f2fc416d9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 8 Nov 2006 22:09:13 +0000 Subject: [PATCH] Oops. --- ProcessList.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ProcessList.c b/ProcessList.c index 9552aaca..d2d67c3e 100644 --- a/ProcessList.c +++ b/ProcessList.c @@ -611,7 +611,6 @@ void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, fl errorReadingProcess: { if (existingProcess) ProcessList_remove(this, process); - } } } }