diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-09-19 05:47:05 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-09-19 05:47:05 +0100 |
| commit | 11a829e5e72de0ac766ecbcf3ede2ef4a0307cd6 (patch) | |
| tree | f53d8a02c1b8f39ca9b8d99ef4ab730fef0d362c /include | |
| parent | d62825381b55505912f8750e3df9615c4e5ee134 (diff) | |
| download | rabbitmq-server-git-11a829e5e72de0ac766ecbcf3ede2ef4a0307cd6.tar.gz | |
minor, mostly cosmetic, tweaks
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). %%---------------------------------------------------------------------------- |
