summaryrefslogtreecommitdiff
path: root/src/yelp-io-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yelp-io-channel.c')
-rw-r--r--src/yelp-io-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-io-channel.c b/src/yelp-io-channel.c
index bd5b2bd3..f93edbd0 100644
--- a/src/yelp-io-channel.c
+++ b/src/yelp-io-channel.c
@@ -150,7 +150,7 @@ yelp_io_close (GIOChannel *channel,
if (yelp_channel->gzin)
gzclose (yelp_channel->gzin);
- // FIXME: return error on error
+ /* FIXME: return error on error */
return G_IO_STATUS_NORMAL;
}