From d66bfc7b112e17aa4181f5c7471744c49103212b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 27 Mar 2011 15:15:58 -0500 Subject: [PATCH] samsung: fix compilation --- plugins/mm-plugin-samsung.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mm-plugin-samsung.c b/plugins/mm-plugin-samsung.c index 958a44d2..5b551c52 100755 --- a/plugins/mm-plugin-samsung.c +++ b/plugins/mm-plugin-samsung.c @@ -102,7 +102,7 @@ done: return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED; } - mm_plugin_base_supports_task_set_custom_init_command (task, "+CFUN=1", 10, 4, FALSE); + mm_plugin_base_supports_task_set_custom_init_command (task, "+CFUN=1", 10, 4, FALSE, NULL, NULL); /* Otherwise kick off a probe */ if (mm_plugin_base_probe_port (base, task, NULL))