diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-08-19 12:16:41 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-08-19 12:16:41 +0100 |
| commit | 69f592b88940cfe2981cc54cbc4ec256f5431829 (patch) | |
| tree | 533dba5dbf4fb60dc203c298f5f36060d3a4a0e1 /src | |
| parent | 9d440e33f9c96964882b8edc0680c7ce0191d6fc (diff) | |
| parent | 8840378e20a541cfd86048f27aa3fdc6619711a6 (diff) | |
| download | rabbitmq-server-git-69f592b88940cfe2981cc54cbc4ec256f5431829.tar.gz | |
merging in bug21425
Diffstat (limited to 'src')
| -rw-r--r-- | src/priority_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/priority_queue.erl b/src/priority_queue.erl index 0c777471ec..c74b39a957 100644 --- a/src/priority_queue.erl +++ b/src/priority_queue.erl @@ -73,7 +73,7 @@ -spec(to_list/1 :: (pqueue()) -> [{priority(), any()}]). -spec(in/2 :: (any(), pqueue()) -> pqueue()). -spec(in/3 :: (any(), priority(), pqueue()) -> pqueue()). --spec(out/1 :: (pqueue()) -> {(empty | {value, any()}), pqueue()}). +-spec(out/1 :: (pqueue()) -> {empty | {value, any()}, pqueue()}). -spec(join/2 :: (pqueue(), pqueue()) -> pqueue()). -endif. |
