[libdmapsharing] Add '; ' after macro call so indent does not get confused Signed-off-by: W. Michael Petullo <mike fly
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Add '; ' after macro call so indent does not get confused Signed-off-by: W. Michael Petullo <mike fly
- Date: Tue, 17 May 2011 14:09:19 +0000 (UTC)
commit 3d523893ce85c07bdc86e4d2ae4b08d9ce51c1d1
Author: W. Michael Petullo <mike flyn org>
Date: Tue May 10 13:12:07 2011 -0500
Add ';' after macro call so indent does not get confused
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dmap-share.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/dmap-share.c b/libdmapsharing/dmap-share.c
index 74cb9b1..942e0a4 100644
--- a/libdmapsharing/dmap-share.c
+++ b/libdmapsharing/dmap-share.c
@@ -121,7 +121,8 @@ static void dmap_share_class_init (DMAPShareClass * klass);
G_DEFINE_ABSTRACT_TYPE (DMAPShare, dmap_share, G_TYPE_OBJECT)
#define DMAP_SHARE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), \
- DMAP_TYPE_SHARE, DMAPSharePrivate))
+ DMAP_TYPE_SHARE, DMAPSharePrivate));
+
static gboolean
_dmap_share_soup_auth_callback (SoupAuthDomain * auth_domain,
SoupMessage * msg,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]