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