Fix: Add brackets around defined value

This commit is contained in:
7u83 2022-09-04 18:43:17 +02:00
parent 300b737efd
commit 9d3fa452aa
1 changed files with 1 additions and 1 deletions

View File

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