[gvfs] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gvfs] Fix a typo
- Date: Fri, 11 Sep 2009 05:13:55 +0000 (UTC)
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]