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