[empathy: 110/148] Add a comment to make the style checker happy



commit 404ce36f5d2a717998c1dd79ddb0acf11fe24f54
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 18 17:59:51 2009 +0200

    Add a comment to make the style checker happy
---
 libempathy/empathy-ft-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 4f37206..a4c123a 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -94,7 +94,7 @@ enum {
 
 typedef struct {
   GInputStream *stream;
-  GError *error;
+  GError *error /* comment to make the style checker happy */;
   guchar *buffer;
   GChecksum *checksum;
   gssize total_read;



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