Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix whitespace error in rebar.config.sample
  • Loading branch information
Tuncer Ayaz committed Jan 29, 2012
1 parent 440fa6b commit d203ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.sample
Expand Up @@ -18,7 +18,7 @@
%% Erlang compiler options
{erl_opts, [no_debug_info, {i, "myinclude"}, {src_dirs, ["src1", "src2"]},
{platform_define,
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
{platform_define, "(linux|freebsd)", 'BACKLOG', 128},
{platform_define, "R13", 'old_inets'}]}.

Expand Down

0 comments on commit d203ff1

Please sign in to comment.