From 1b04395686fa620779e5eb1bc6f46abaa42e17dc Mon Sep 17 00:00:00 2001 From: teuf Date: Sat, 14 Jun 2008 22:30:36 +0000 Subject: * src/itdb_device.c: oops, forgot a ',' git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2017 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/itdb_device.c b/src/itdb_device.c index 7e066f9..0a5f37b 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -162,7 +162,7 @@ static const Itdb_IpodInfo ipod_info_table [] = { {"A487", 4, ITDB_IPOD_MODEL_NANO_GREEN, ITDB_IPOD_GENERATION_NANO_2, 6}, {"A489", 4, ITDB_IPOD_MODEL_NANO_PINK, ITDB_IPOD_GENERATION_NANO_2, 6}, {"A725", 4, ITDB_IPOD_MODEL_NANO_RED, ITDB_IPOD_GENERATION_NANO_2, 6}, - {"A726", 8, ITDB_IPOD_MODEL_NANO_RED, ITDB_IPOD_GENERATION_NANO_2, 6} + {"A726", 8, ITDB_IPOD_MODEL_NANO_RED, ITDB_IPOD_GENERATION_NANO_2, 6}, {"A497", 8, ITDB_IPOD_MODEL_NANO_BLACK, ITDB_IPOD_GENERATION_NANO_2, 14}, /* HP iPods, need contributions for this table */ -- cgit