浏览代码

erlc: fix typo in update_erlcinfo/3 clause

pull/3/head
Tuncer Ayaz 11 年前
父节点
当前提交
2c4d7d1d9b
共有 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

正在加载...
取消
保存