소스 검색

Merge pull request #289 from tuncer/semicolon-vs-comma

erlc: fix typo in update_erlcinfo/3 clause
pull/3/head
Fred Hebert 11 년 전
부모
커밋
6fda9b8f88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_erlc_compiler.erl

+ 1
- 1
src/rebar_erlc_compiler.erl 파일 보기

@ -417,7 +417,7 @@ update_erlcinfo(G, Source, Dirs) ->
digraph:del_vertex(G, Source),
modified;
LastUpdated < LastModified ->
modify_erlcinfo(G, Source, Dirs);
modify_erlcinfo(G, Source, Dirs),
modified;
true ->
unmodified

불러오는 중...
취소
저장