Fix Dialyzer warning introduced in 0caf047f

This commit is contained in:
Tuncer Ayaz 2014-11-03 20:36:55 +01:00
parent 26c5a6e872
commit 3cae9d83cd

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