From 42f203c8cea4d2e50f0e80f64808ece4b001a600 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 9 Oct 2007 20:23:23 +0000 Subject: * src/itdb_device.c: (itdb_device_requires_checksum): add missing (unreachable) return git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1725 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_device.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/itdb_device.c b/src/itdb_device.c index 757fdca..d6ace10 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -1100,4 +1100,6 @@ G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device) case ITDB_IPOD_GENERATION_SIXTH: return FALSE; } + + return FALSE; } -- cgit