fix argument order
This commit is contained in:
@@ -544,7 +544,7 @@ struct iter_ctx {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
search_modules(void *ctx, heim_object_t key, heim_object_t value)
|
search_modules(heim_object_t key, heim_object_t value, void *ctx)
|
||||||
{
|
{
|
||||||
struct iter_ctx *s = ctx;
|
struct iter_ctx *s = ctx;
|
||||||
struct plugin2 *p = value;
|
struct plugin2 *p = value;
|
||||||
|
Reference in New Issue
Block a user