Explorar el Código

Correct comment

Tuncer Ayaz hace 15 años
padre
commit
c319662849
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/rebar_erlc_compiler.erl

+ 2
- 2
src/rebar_erlc_compiler.erl Ver fichero

@ -316,8 +316,8 @@ compile_priority(File) ->
end. end.
%% %%
%% Filter a list of env vars such that only those which match the provided
%% architecture regex (or do not have a regex) are returned.
%% Filter a list of erl_opts platform_define options such that only
%% those which match the provided architecture regex are returned.
%% %%
-spec filter_defines(ErlOpts::list(),Acc::list()) -> list(). -spec filter_defines(ErlOpts::list(),Acc::list()) -> list().
filter_defines([], Acc) -> filter_defines([], Acc) ->

Cargando…
Cancelar
Guardar