changed end_of_json to end_json
This commit is contained in:
parent
e245d8aa92
commit
813058e2fb
7 changed files with 19 additions and 19 deletions
|
@ -55,7 +55,7 @@ parser() ->
|
|||
parser([]).
|
||||
|
||||
parser(Opts) ->
|
||||
F = fun(end_of_json, State) -> lists:reverse(State)
|
||||
F = fun(end_json, State) -> lists:reverse(State)
|
||||
; (reset, _State) -> []
|
||||
; (Event, State) -> [Event] ++ State
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue