summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-05-27 12:48:53 +0100
committerMatthew Sackman <matthew@lshift.net>2009-05-27 12:48:53 +0100
commit54dd5c0194db230b8bd73e244529b539b51fc0fe (patch)
treefc397383c3162d561fca148c913af1a03636b156
parent8f15ae7d7ea53930d0b5614a1c65d9e78a5de93d (diff)
downloadrabbitmq-server-git-54dd5c0194db230b8bd73e244529b539b51fc0fe.tar.gz
ugh, managed to forget the need to compile before running dialyzer, hence just committed broken code...
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 5b021b36cc..2f329aa91c 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -110,7 +110,7 @@
-spec(format_stderr/2 :: (string(), [any()]) -> 'true').
-spec(start_applications/1 :: ([atom()]) -> 'ok').
-spec(stop_applications/1 :: ([atom()]) -> 'ok').
--spec(unfold/2 :: (fun ((A) -> ({'true', B, A} | 'false'))) -> A -> [B])
+-spec(unfold/2 :: (fun ((A) -> ({'true', B, A} | 'false')), A) -> [B]).
-endif.