diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index e2001e1..f19e596 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -131,7 +131,7 @@ struct pe_driver_ctx { const char ** units; const char * program; const char * module; - struct pe_common_ctx cctx; + const struct pe_common_ctx * cctx; }; struct pe_unit_ctx { |