diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/AFC.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -28,7 +28,7 @@  #include "utils.h"  // This is the maximum size an AFC data packet can be -const int MAXIMUM_PACKET_SIZE = (2 << 15); +static const int MAXIMUM_PACKET_SIZE = (2 << 15);  /** Locks an AFC client, done for thread safety stuff   *  | 
