]> git.0d.be Git - empathy.git/commitdiff
Add a comment to make the style checker happy
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 18 May 2009 15:59:51 +0000 (17:59 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:21 +0000 (17:53 +0200)
libempathy/empathy-ft-handler.c

index 4f37206adec0946b7816c99cdb749459a231ff64..a4c123a65c5ce042b5e2036ca19a60a1f20be8a6 100644 (file)
@@ -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;