mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 09:06:31 +02:00
drc/drc.h: fix: syntax error
Recent error fix, feel free to use your version, cherry-pick or drop this commit.
This commit is contained in:
@@ -94,7 +94,7 @@ typedef struct drccookie
|
||||
|
||||
/* drcc_exception defaults to 255 meaning no exceptions/exemptions */
|
||||
#define DRC_EXCEPTION_NONE ((unsigned char)0xff)
|
||||
/* The high bit of the value determines if this is an exception or an exemption.
|
||||
/* The high bit of the value determines if this is an exception or an exemption. */
|
||||
#define DRC_EXCEPTION_MASK ((unsigned char)0x80)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user