fixed typo in decoder gen

This commit is contained in:
alisdair sullivan 2010-08-10 11:05:40 -07:00
parent 00d1511b4d
commit a6a0a1ead8
6 changed files with 16 additions and 16 deletions

View file

@ -38,7 +38,7 @@ to_abf(Backend) ->
end,
Name = to_modname(Backend),
{ok, _, ABF} = compile:file(
"priv/jsx_decoder.erl",
"priv/jsx_decoder_template.erl",
[binary, 'P', {outdir, Out}, {d, list_to_atom(Backend)}, {d, name, Name}]
),
{Name, ABF}.