diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/pe_unit_ctx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index 77b74bc..e542681 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -19,9 +19,9 @@ static int pe_free_unit_ctx_impl(struct pe_unit_ctx_impl * ctx, int status) } int pe_get_unit_ctx( - struct pe_driver_ctx * dctx, - const char * path, - struct pe_unit_ctx ** pctx) + const struct pe_driver_ctx * dctx, + const char * path, + struct pe_unit_ctx ** pctx) { struct pe_unit_ctx_impl * ctx; int prot; |