diff options
Diffstat (limited to 'plugins/samsung/mm-plugin-samsung.c')
-rw-r--r-- | plugins/samsung/mm-plugin-samsung.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/samsung/mm-plugin-samsung.c b/plugins/samsung/mm-plugin-samsung.c index ea19835d..d2438e9b 100644 --- a/plugins/samsung/mm-plugin-samsung.c +++ b/plugins/samsung/mm-plugin-samsung.c @@ -89,9 +89,9 @@ G_MODULE_EXPORT MMPlugin * mm_plugin_create (void) { static const gchar *subsystems[] = { "tty", "net", NULL }; - static const mm_uint16_pair products[] = { { 0x04e8, 0x6872}, - { 0x04e8, 0x6906}, - {0, 0} }; + static const mm_uint16_pair products[] = { { 0x04e8, 0x6872 }, + { 0x04e8, 0x6906 }, + { 0, 0 } }; return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_SAMSUNG, MM_PLUGIN_BASE_NAME, "Samsung", |