diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-09-11 01:07:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-09-11 01:07:29 -0400 |
commit | fae9389c68811fc3161840ae9897efa63d94d172 (patch) | |
tree | ed56223bf477bfc132b7401a343b863d896b2a51 /monitor | |
parent | d34a750e152412b31bd5d7a1311ea7c06d37631b (diff) | |
download | gvfs-fae9389c68811fc3161840ae9897efa63d94d172.tar.gz |
Fix a typo
Found by clang.
Diffstat (limited to 'monitor')
-rw-r--r-- | 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 7eb98b22..b99ef6e3 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; |