Add missing comma

This commit is contained in:
Tuncer Ayaz 2010-06-12 13:38:41 +02:00
parent 8f9300124e
commit 6ea5a548e1

View file

@ -50,7 +50,7 @@
%% {erl_opts, [{platform_define,
%% "(linux|solaris|freebsd|darwin)",
%% 'HAVE_SENDFILE'},
%% {platform_define, "(linux|freebsd)"
%% {platform_define, "(linux|freebsd)",
%% 'BACKLOG', 128}]}.
%%