aboutsummaryrefslogtreecommitdiff
path: root/src/mm-at-serial-port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-at-serial-port.c')
-rw-r--r--src/mm-at-serial-port.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-at-serial-port.c b/src/mm-at-serial-port.c
index 3b94458f..1c8e3552 100644
--- a/src/mm-at-serial-port.c
+++ b/src/mm-at-serial-port.c
@@ -226,9 +226,9 @@ mm_at_serial_port_add_unsolicited_msg_handler (MMAtSerialPort *self,
}
void
-mm_at_serial_port_enable_disable_unsolicited_msg_handler (MMAtSerialPort *self,
- GRegex *regex,
- gboolean enable)
+mm_at_serial_port_enable_unsolicited_msg_handler (MMAtSerialPort *self,
+ GRegex *regex,
+ gboolean enable)
{
GSList *existing;
MMAtUnsolicitedMsgHandler *handler;