aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 397d258..9677be6 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -74,7 +74,7 @@ static Boolean
worker(XtPointer client_data)
{
warnx("Worker");
- return True;
+ return True; /* remove the work procedure from the list */
}
int