Skip to content

Commit

Permalink
Missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
bipthelin committed Sep 5, 2013
1 parent 03828c7 commit 60d078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/prelude.hrl
Expand Up @@ -85,7 +85,7 @@
?error("~p: error: ~p", [?FUNCTION, ___Rsn]),
?increment(?FUNCTION, error),
___Err
end).
end)).

-define(thunk(E0),
fun() -> E0 end).
Expand Down

0 comments on commit 60d078a

Please sign in to comment.