summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-09-19 05:47:05 +0100
committerMatthias Radestock <matthias@lshift.net>2009-09-19 05:47:05 +0100
commit11a829e5e72de0ac766ecbcf3ede2ef4a0307cd6 (patch)
treef53d8a02c1b8f39ca9b8d99ef4ab730fef0d362c /include
parentd62825381b55505912f8750e3df9615c4e5ee134 (diff)
downloadrabbitmq-server-git-11a829e5e72de0ac766ecbcf3ede2ef4a0307cd6.tar.gz
minor, mostly cosmetic, tweaks
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index fbe598ccbf..84a1d4f754 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -67,7 +67,7 @@
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).
--record(amqp_error, {name, expl = "", method = none}).
+-record(amqp_error, {name, expl, method = none}).
%%----------------------------------------------------------------------------