Merge pull request #385 from tuncer/dialyzer-warning

Fix Dialyzer warning introduced in 0caf047f
This commit is contained in:
Fred Hebert 2014-11-03 15:09:05 -05:00
commit 6e6b0fd43f

View file

@ -85,7 +85,7 @@ info_help(GeneralDescr, Cmd) ->
++ "~s~n", ++ "~s~n",
[GeneralDescr, format_proto_compiler_list()]), [GeneralDescr, format_proto_compiler_list()]),
%% Print info for each proto compiler %% Print info for each proto compiler
[begin _ = [begin
?CONSOLE("--- ~p ---~n", [Key]), ?CONSOLE("--- ~p ---~n", [Key]),
CompilerModule:proto_info(help, Cmd) CompilerModule:proto_info(help, Cmd)
end end