Skip to content

Commit

Permalink
fixed call to nif_error
Browse files Browse the repository at this point in the history
  • Loading branch information
richcarl authored and Eric Merritt committed Aug 10, 2010
1 parent f2caaaf commit 597fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_12/nifs/json_parser/src/json_parser.erl
Expand Up @@ -22,4 +22,4 @@ init() ->


%% @doc Parses a document given as a binary %% @doc Parses a document given as a binary
parse_document(Data) -> parse_document(Data) ->
erlang:error(nif_not_loaded). % help Dialyzer and friends erlang:nif_error(nif_not_loaded). % help Dialyzer and friends

0 comments on commit 597fd7e

Please sign in to comment.