Fix: Add brackets around defined value
This commit is contained in:
parent
300b737efd
commit
9d3fa452aa
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#ifndef FRAG_MAXSIZE
|
#ifndef FRAG_MAXSIZE
|
||||||
/** maximaum size of a fragment */
|
/** maximaum size of a fragment */
|
||||||
#define FRAG_MAXSIZE 65536+4
|
#define FRAG_MAXSIZE (65536+4)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FRAG_MAXIDS
|
#ifndef FRAG_MAXIDS
|
||||||
|
Loading…
Reference in New Issue
Block a user