mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Removed stray backtick
This commit is contained in:
parent
a7a6e580b4
commit
05eb25ce59
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ using namespace basiccoro;
|
|||
|
||||
using Priority = int8_t;
|
||||
enum {
|
||||
PRIO_LOWEST = -99,\
|
||||
PRIO_LOWEST = -99,
|
||||
PRIO_LOWER = -60,
|
||||
PRIO_LOW = -20,
|
||||
PRIO_NORMAL = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue