Skip to content

Commit

Permalink
Make Unicode corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
uabboli authored and Richard Carlsson committed Apr 20, 2014
1 parent 8360f53 commit e4057ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epp_dodger.erl
Expand Up @@ -401,7 +401,7 @@ quick_parse_form(Dev, L0, Options) ->
parse_form(Dev, L0, Parser, Options) ->
NoFail = proplists:get_bool(no_fail, Options),
Opt = #opt{clever = proplists:get_bool(clever, Options)},
case io:scan_erl_form(Dev, "", L0, [unicode]) of
case io:scan_erl_form(Dev, "", L0) of
{ok, Ts, L1} ->
case catch {ok, Parser(Ts, Opt)} of
{'EXIT', Term} ->
Expand Down

0 comments on commit e4057ee

Please sign in to comment.