summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-09 17:39:10 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-09 17:39:10 +0100
commitd06575e9af21adcf7c5e74d4d2bd11a115e6ee3e (patch)
treeca5abc5567f47041f1104b549375bbb5353d4399 /include
parent1374ed455898d7de2f9e9c473807f5a96e8b6dd7 (diff)
parent84583ff8ad3b78804f9adb3e37f7ed62d84610d7 (diff)
downloadrabbitmq-server-git-d06575e9af21adcf7c5e74d4d2bd11a115e6ee3e.tar.gz
Merging default into bug 22603
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index f9ab250c38..81b95c3993 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -167,6 +167,7 @@
#amqp_error{name :: atom(),
explanation :: string(),
method :: atom()}).
+
-endif.
%%----------------------------------------------------------------------------