diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-06-12 13:38:41 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-06-12 13:38:41 +0200 |
commit | 6ea5a548e11357004cf553b065dd61a9af851e08 (patch) | |
tree | fa376d06f54229b6aea80ae0758f6f423f1b425f | |
parent | 8f9300124e05133deb991ff72b8f17e4c3d8714c (diff) |
Add missing comma
-rw-r--r-- | src/rebar_erlc_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index ea17b30..06070c9 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -50,7 +50,7 @@ %% {erl_opts, [{platform_define, %% "(linux|solaris|freebsd|darwin)", %% 'HAVE_SENDFILE'}, -%% {platform_define, "(linux|freebsd)" +%% {platform_define, "(linux|freebsd)", %% 'BACKLOG', 128}]}. %% |