summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-09-27 21:13:23 +0100
committerBen Hood <0x6e6562@gmail.com>2008-09-27 21:13:23 +0100
commit02bc9f71c3546e2982b25b7bdce2b1bbd218fbff (patch)
treebbf52e3a003285c711134b27cb31565d31c8ff16
parent8322a19757583d44a5756cc5085b9151b2e668dc (diff)
downloadrabbitmq-server-02bc9f71c3546e2982b25b7bdce2b1bbd218fbff.tar.gz
Cosmetic fix
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 4189d20f..20a64367 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -86,7 +86,7 @@
#user{username :: username(),
password :: password()}).
-type(resource() ::
- #resource{virtual_host :: vhost(),
+ #resource{virtual_host :: vhost(),
kind :: 'queue' | 'exchange',
name :: resource_name()}).
-type(amqqueue() ::