Revision: 1725
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1725&view=rev
Author:   teuf
Date:     2007-10-09 13:23:23 -0700 (Tue, 09 Oct 2007)

Log Message:
-----------
* src/itdb_device.c: (itdb_device_requires_checksum): add missing 
(unreachable) return

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-10-09 19:32:24 UTC (rev 1724)
+++ libgpod/trunk/ChangeLog     2007-10-09 20:23:23 UTC (rev 1725)
@@ -1,3 +1,8 @@
+2007-10-09  Christophe Fergeau <[EMAIL PROTECTED]>
+
+       * src/itdb_device.c: (itdb_device_requires_checksum): add missing 
+       (unreachable) return
+
 2007-10-07  Christophe Fergeau  <[EMAIL PROTECTED]>
 
        * src/itdb_device.c: (itdb_device_requires_checksum):

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2007-10-09 19:32:24 UTC (rev 1724)
+++ libgpod/trunk/src/itdb_device.c     2007-10-09 20:23:23 UTC (rev 1725)
@@ -1100,4 +1100,6 @@
     case ITDB_IPOD_GENERATION_SIXTH:
             return FALSE;
     }
+
+    return FALSE;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to