Skip to content

Commit

Permalink
fixup! C api
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Dec 12, 2024
1 parent a027183 commit 4f775db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/reapi/bindings/c/reapi_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ extern "C" int reapi_cli_grow (reapi_cli_ctx_t *ctx,
errno = EINVAL;
return -1;
}
return reapi_cli_t::grow (ctx->rqt, R_subgraph)
return reapi_cli_t::grow (ctx->rqt, R_subgraph);
}

extern "C" int reapi_cli_cancel (reapi_cli_ctx_t *ctx, const uint64_t jobid, bool noent_ok)
Expand Down

0 comments on commit 4f775db

Please sign in to comment.