aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r--libempathy/empathy-ft-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 4f37206ad..a4c123a65 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;