mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-23 08:04:18 +02:00
white space fix
This commit is contained in:
parent
b7f324072f
commit
554a03d26c
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static void request_espeak_stop(void)
|
|||
pthread_cond_signal(&runner_awake); /* Wake runner, if necessary. */
|
||||
|
||||
/*
|
||||
* Runner will see runner_must_stop == 1 next time it locks
|
||||
* Runner will see runner_must_stop == 1 next time it locks
|
||||
* queue_guard, or when it awakens.
|
||||
* It will lock acknowledge_guard, acknowledge the stop, and signal
|
||||
* the reader, which will awaken.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue