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 --- ChangeLog | 4 ++++ src/itdb_device.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5c62ab9..d4a071b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-15 Christophe Fergeau + + * src/itdb_device.c: oops, forgot a ',' + 2008-06-14 Christophe Fergeau * src/itdb_device.c: fix some entries in the ipod_model_table by 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