From f25420309c7c488a39c0a8eed991e42725949339 Mon Sep 17 00:00:00 2001 From: Feng Date: Tue, 16 Aug 2016 23:08:59 +0800 Subject: [PATCH] -type(). --- include/emqttd.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emqttd.hrl b/include/emqttd.hrl index ccf4ef47d..0fc868355 100644 --- a/include/emqttd.hrl +++ b/include/emqttd.hrl @@ -40,7 +40,7 @@ %% PubSub %%-------------------------------------------------------------------- --type pubsub() :: publish | subscribe. +-type(pubsub() :: publish | subscribe). -define(PUBSUB(PS), (PS =:= publish orelse PS =:= subscribe)).