[gvfs/gnome-2-30] Fix build error due to missing semicolon
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/gnome-2-30] Fix build error due to missing semicolon
- Date: Mon, 31 May 2010 15:39:52 +0000 (UTC)
commit b9badc5d0f570bbb8353f939146163bdf0bc65c1
Author: Alexander Larsson <alexl redhat com>
Date: Mon May 31 12:08:07 2010 +0200
Fix build error due to missing semicolon
monitor/afc/afcvolume.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monitor/afc/afcvolume.c b/monitor/afc/afcvolume.c
index 0adce77..0784716 100644
--- a/monitor/afc/afcvolume.c
+++ b/monitor/afc/afcvolume.c
@@ -71,7 +71,7 @@ _g_vfs_afc_volume_update_metadata (GVfsAfcVolume *self)
idevice_t dev;
lockdownd_client_t lockdown_cli = NULL;
idevice_error_t err;
- guint retries
+ guint retries;
plist_t value;
char *model, *display_name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]