[empathy] empathy-audio-src: fix coding style



commit c3e65c91c4123bbc3093e42b5603f466349839c9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 16:05:09 2009 +0100

    empathy-audio-src: fix coding style
---
 libempathy-gtk/empathy-audio-src.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libempathy-gtk/empathy-audio-src.h b/libempathy-gtk/empathy-audio-src.h
index 4f48fe1..4bca31b 100644
--- a/libempathy-gtk/empathy-audio-src.h
+++ b/libempathy-gtk/empathy-audio-src.h
@@ -41,7 +41,7 @@ GType empathy_audio_src_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_GST_AUDIO_SRC \
-  (empathy_audio_src_get_type())
+  (empathy_audio_src_get_type ())
 #define EMPATHY_GST_AUDIO_SRC(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_GST_AUDIO_SRC, \
     EmpathyGstAudioSrc))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]