mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:13:47 +01:00
Fix typo in comment
This commit is contained in:
parent
02c30a7381
commit
63ef90697e
@ -873,7 +873,7 @@ render_thread_sort(gconstpointer a, gconstpointer b, gpointer UNUSED(data))
|
||||
(priv_a->last_view_time > priv_b->last_view_time ? 1 : 0);
|
||||
}
|
||||
|
||||
/* sort aborted entries earlier so that the are thrown out of the queue */
|
||||
/* sort aborted entries earlier so that they are thrown out of the queue */
|
||||
return job_a->aborted ? 1 : -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user