diff options
Diffstat (limited to 'src/modem.c')
-rw-r--r-- | src/modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c index 90f8a727..44a81520 100644 --- a/src/modem.c +++ b/src/modem.c @@ -193,7 +193,7 @@ void __ofono_atom_unregister(struct ofono_atom *atom) int __ofono_modem_add_atom_watch(struct ofono_modem *modem, enum ofono_atom_type type, ofono_atom_watch_func notify, - ofono_destroy_func destroy, void *data) + void *data, ofono_destroy_func destroy) { struct ofono_atom_watch *watch; |