diff options
Diffstat (limited to 'plugins/simtech/tests/test-modem-helpers-simtech.c')
-rw-r--r-- | plugins/simtech/tests/test-modem-helpers-simtech.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/simtech/tests/test-modem-helpers-simtech.c b/plugins/simtech/tests/test-modem-helpers-simtech.c index 78a8a590..af93b7ba 100644 --- a/plugins/simtech/tests/test-modem-helpers-simtech.c +++ b/plugins/simtech/tests/test-modem-helpers-simtech.c @@ -318,7 +318,8 @@ test_rxdtmf_urc_one_cr (void) /*****************************************************************************/ void -_mm_log (const char *loc, +_mm_log (gpointer obj, + const char *loc, const char *func, guint32 level, const char *fmt, |