[gvfs] Fix a typo



commit fae9389c68811fc3161840ae9897efa63d94d172
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 11 01:07:29 2009 -0400

    Fix a typo
    
    Found by clang.

 monitor/gdu/ggdudrive.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monitor/gdu/ggdudrive.c b/monitor/gdu/ggdudrive.c
index 7eb98b2..b99ef6e 100644
--- a/monitor/gdu/ggdudrive.c
+++ b/monitor/gdu/ggdudrive.c
@@ -394,7 +394,7 @@ g_gdu_drive_get_volumes (GDrive *_drive)
 static gboolean
 g_gdu_drive_has_volumes (GDrive *_drive)
 {
-  GGduDrive *drive = G_GDU_DRIVE (drive);
+  GGduDrive *drive = G_GDU_DRIVE (_drive);
   gboolean res;
 
   res = drive->volumes != NULL;



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