From 94f77f6a4dbea03a1bca8aa55097638927591a5a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 1 Nov 2009 22:16:45 +0100 Subject: MAXIMUM_PACKET_SIZE should be static --- src/AFC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AFC.c') diff --git a/src/AFC.c b/src/AFC.c index a2edae7..0a24a15 100644 --- a/src/AFC.c +++ b/src/AFC.c @@ -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 * -- cgit v1.1-32-gdbae