summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-channel.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-08-24 14:54:18 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-08-24 14:54:18 +0100
commit10770165aac3764d287d018475a24ee0812b7e4f (patch)
tree4b6f5e0ba97a5e6f2a01eb32ad448da970f01954 /telepathy-glib/base-channel.h
parent4a355cc939f96e9dce3833de7f0d2dd1150537f1 (diff)
downloadtelepathy-glib-10770165aac3764d287d018475a24ee0812b7e4f.tar.gz
Fix miscellaneous style trivia.
Diffstat (limited to 'telepathy-glib/base-channel.h')
-rw-r--r--telepathy-glib/base-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-channel.h b/telepathy-glib/base-channel.h
index d16cb0e5a..6d92c11d2 100644
--- a/telepathy-glib/base-channel.h
+++ b/telepathy-glib/base-channel.h
@@ -38,7 +38,7 @@ typedef struct _TpBaseChannelPrivate TpBaseChannelPrivate;
typedef void (*TpBaseChannelCloseFunc) (TpBaseChannel *chan);
typedef void (*TpBaseChannelFillPropertiesFunc) (TpBaseChannel *chan,
GHashTable *properties);
-typedef gchar* (*TpBaseChannelGetPathFunc) (TpBaseChannel *chan);
+typedef gchar *(*TpBaseChannelGetPathFunc) (TpBaseChannel *chan);
struct _TpBaseChannelClass
{