[Telepathy-commits] [telepathy-salut/master] Make sure salut_file_channel_interfaces is static.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:22 PST 2008
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/salut-file-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 773a297..cd46ad6 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -77,7 +77,7 @@ enum
static guint signals[LAST_SIGNAL] = {0};
*/
-const char *salut_file_channel_interfaces[] = { NULL };
+static const char *salut_file_channel_interfaces[] = { NULL };
/* properties */
enum
--
1.5.6.5
More information about the Telepathy-commits
mailing list