1
0
Fork 0
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:
niansa 2023-05-10 15:18:44 +02:00
parent a7a6e580b4
commit 05eb25ce59

View file

@ -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,