Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
erlc: fix Dialyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Feb 25, 2014
1 parent 30a7b67 commit 0303434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar_erlc_compiler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ init_graph(Config, Erls) ->
fun(Erl) ->
update_graph(G, Erl, include_path(Erl, Config))
end, Erls),
store_graph(G, "ebin", KeepGraph),
ok = store_graph(G, "ebin", KeepGraph),
G.

update_graph(G, Source, IncludePath) ->
Expand Down

0 comments on commit 0303434

Please sign in to comment.