summaryrefslogtreecommitdiff
path: root/examples/grapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/grapper.c')
-rw-r--r--examples/grapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/grapper.c b/examples/grapper.c
index 4db8811b..58e341b6 100644
--- a/examples/grapper.c
+++ b/examples/grapper.c
@@ -462,7 +462,7 @@ grapper_model_parse(grapper_state *state)
for(i = 0; i <= RAPTOR_OPTION_LAST; i++) {
if(state->options_set[i])
- raptor_parser_set_option(rdf_parser, i, NULL, state->options[i]);
+ raptor_parser_set_option(rdf_parser, (raptor_option)i, NULL, state->options[i]);
}
raptor_world_set_log_handler(state->world, state, grapper_model_log_handler);