summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-06-12 13:38:41 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-06-12 13:38:41 +0200
commit6ea5a548e11357004cf553b065dd61a9af851e08 (patch)
treefa376d06f54229b6aea80ae0758f6f423f1b425f /src
parent8f9300124e05133deb991ff72b8f17e4c3d8714c (diff)
Add missing comma
Diffstat (limited to 'src')
-rw-r--r--src/rebar_erlc_compiler.erl2
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}]}.
%%