aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-05-17 21:56:45 -0700
committerDan Williams <dcbw@redhat.com>2010-05-17 21:56:45 -0700
commit15962279a333d60e3eda6001fb8c836eadd9f542 (patch)
treeec44cda92c0c277f188fca836a4cc600d74eca3b
parent03ae419b003f35eb1b4f4ba0955eb6586009ecd7 (diff)
mbm: (trivial) line ending change?
No idea what git thinks is different about these two lines, they strcmp() the same.
-rw-r--r--plugins/mm-modem-mbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-modem-mbm.c b/plugins/mm-modem-mbm.c
index 0a354742..103e5bc0 100644
--- a/plugins/mm-modem-mbm.c
+++ b/plugins/mm-modem-mbm.c
@@ -781,7 +781,7 @@ grab_port (MMModem *modem,
g_regex_unref (regex);
/* also consume unsolicited mbm messages we are not interested in them - see LP: #416418 */
- regex = g_regex_new ("\\R\\*ESTKSMENU:.*\\R", G_REGEX_RAW | G_REGEX_OPTIMIZE | G_REGEX_MULTILINE | G_REGEX_NEWLINE_CRLF, G_REGEX_MATCH_NEWLINE_CRLF, NULL);
+ regex = g_regex_new ("\\R\\*ESTKSMENU:.*\\R", G_REGEX_RAW | G_REGEX_OPTIMIZE | G_REGEX_MULTILINE | G_REGEX_NEWLINE_CRLF, G_REGEX_MATCH_NEWLINE_CRLF, NULL);
mm_at_serial_port_add_unsolicited_msg_handler (MM_AT_SERIAL_PORT (port), regex, NULL, NULL, NULL);
g_regex_unref (regex);