From 756d7f2a93fd40b9a61038fab87141d329ec2e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Mon, 24 Jun 2013 14:12:40 +0800 Subject: [PATCH] typo --- skynet-src/skynet_mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skynet-src/skynet_mq.c b/skynet-src/skynet_mq.c index f1cf8889..5484498d 100644 --- a/skynet-src/skynet_mq.c +++ b/skynet-src/skynet_mq.c @@ -9,7 +9,7 @@ #include #include -#define DEFAULT_QUEUE_SIZE 64; +#define DEFAULT_QUEUE_SIZE 64 #define MAX_GLOBAL_MQ 0x10000 // 0 means mq is not in global mq.