diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-iface-modem-3gpp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c index e2ae6f42..1bb1b349 100644 --- a/src/mm-iface-modem-3gpp.c +++ b/src/mm-iface-modem-3gpp.c @@ -1360,9 +1360,9 @@ handle_set_packet_service_state_context_free (HandlePacketServiceStateContext *c } static void -set_packet_service_state_ready(MMIfaceModem3gpp *self, - GAsyncResult *res, - HandlePacketServiceStateContext *ctx) +set_packet_service_state_ready (MMIfaceModem3gpp *self, + GAsyncResult *res, + HandlePacketServiceStateContext *ctx) { GError *error = NULL; |