diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-05-18 23:59:51 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:21 +0800 |
commit | 404ce36f5d2a717998c1dd79ddb0acf11fe24f54 (patch) | |
tree | 3baa864e8137fb51c0724ab3098d8d1b256cc23e /libempathy | |
parent | 3b1865b52e8d45c1387176d5c08b8a3441d50a50 (diff) | |
download | gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar.gz gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar.bz2 gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar.lz gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar.xz gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.tar.zst gsoc2013-empathy-404ce36f5d2a717998c1dd79ddb0acf11fe24f54.zip |
Add a comment to make the style checker happy
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 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; |