소스 검색

Fix whitespace error in rebar.config.sample

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
d203ff17d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample 파일 보기

@ -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'}]}.

불러오는 중...
취소
저장