[banshee] [Dap.Ipod] Fix build



commit 0f114c98cb5c47cccdd2c2696f7ecdebe8fe1a3a
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Sep 18 18:14:26 2010 +0200

    [Dap.Ipod] Fix build

 .../Banshee.Dap.Ipod/PodSleuthDevice.cs            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
index ad380ff..0c11991 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
@@ -259,7 +259,7 @@ namespace Banshee.Dap.Ipod
 
         public void Mount ()
         {
-            return volume.Mount ();
+            volume.Mount ();
         }
 
         public void Unmount ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]