Skip to content

Commit

Permalink
Merge pull request #4 from nebularis/r15-fix-compile
Browse files Browse the repository at this point in the history
fix compile error on R15B
  • Loading branch information
uwiger committed Dec 24, 2011
2 parents e631c85 + 4f89b3c commit 46e4d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse_trans_mod.erl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ abstract_code(BeamFile) ->
{ok, {_, [{abstract_code, {raw_abstract_v1, Forms}}]}} ->
Forms;
{ok, {_, [{abstract_code, no_abstract_code}]}} ->
error(no_abstract_code)
erlang:error(no_abstract_code)
end.

-spec beam_file(module()) -> binary().
Expand Down

0 comments on commit 46e4d06

Please sign in to comment.