Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Sep 22, 2023
1 parent 7b6b75e commit bf4c443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc-memory/sc-core/sc-store/sc_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ sc_result sc_storage_element_free(sc_memory_context const * ctx, sc_addr addr)
return result;
}

sc_addr sc_storage_node_new(const sc_memory_context * ctx, sc_type type)
sc_addr sc_storage_node_new(sc_memory_context const * ctx, sc_type type)
{
return sc_storage_node_new_ext(ctx, type, ctx->access_levels);
}
Expand Down

0 comments on commit bf4c443

Please sign in to comment.