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