diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-09 13:33:11 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-09 13:33:11 +0000 |
| commit | 9ee9298160f3d29794bd731eae92d2bb2e3d114a (patch) | |
| tree | 91097e5e0e593f95b201534c2665e37392f76e8f | |
| parent | 6f4f9e92e126b548fedfafc4b01002fbd98a6649 (diff) | |
| download | rabbitmq-server-git-9ee9298160f3d29794bd731eae92d2bb2e3d114a.tar.gz | |
Cosmetic
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index 01695cd0e3..a7dfd535c8 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -472,7 +472,7 @@ notify_sent(QPid, ChPid) -> ?MORE_CONSUMER_CREDIT_AFTER; undefined -> erlang:monitor(process, QPid), ?MORE_CONSUMER_CREDIT_AFTER - 1; - C0 -> C0 - 1 + C -> C - 1 end), ok. |
