diff options
Diffstat (limited to 'src/tests/test-qcdm-serial-port.c')
-rw-r--r-- | src/tests/test-qcdm-serial-port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-qcdm-serial-port.c b/src/tests/test-qcdm-serial-port.c index 739199ce..2f95a056 100644 --- a/src/tests/test-qcdm-serial-port.c +++ b/src/tests/test-qcdm-serial-port.c @@ -201,7 +201,7 @@ qcdm_request_verinfo (MMPortSerialQcdm *port, g_byte_array_free (verinfo, TRUE); verinfo->len = len; - mm_port_serial_qcdm_command (port, verinfo, 3, FALSE, NULL, cb, loop); + mm_port_serial_qcdm_command (port, verinfo, 3, NULL, cb, loop); g_byte_array_unref (verinfo); } |