From 559f6721de89f2638b7da9f66429b8220ff42eea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 16 Aug 2013 09:48:12 +0530 Subject: [PATCH] ... --- src/calibre/devices/mtp/unix/devices.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/devices/mtp/unix/devices.c b/src/calibre/devices/mtp/unix/devices.c index 8738f210d5..c8d000bc09 100644 --- a/src/calibre/devices/mtp/unix/devices.c +++ b/src/calibre/devices/mtp/unix/devices.c @@ -11,8 +11,7 @@ const calibre_device_entry_t calibre_mtp_device_table[] = { #include "upstream/music-players.h" - { "Acer", 0x0502, "MT65xx Android Phone", 0x353c, - DEVICE_FLAGS_ANDROID_BUGS }, + , { "Acer", 0x0502, "MT65xx Android Phone", 0x353c, DEVICE_FLAGS_ANDROID_BUGS } , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE } };