1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

forgot a , in parse.d

This commit is contained in:
Marenz 2011-05-15 21:13:10 +02:00
parent 4f606a0fe4
commit 257f8c30fe

View file

@ -6,7 +6,7 @@ extern (C):
enum ParseFlag
{
ALL = 0
ALL = 0,
ROUTING_ONLY = 1,
START_AT_CONTENT = 2,
}