diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-11-25 13:08:49 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-11-25 14:23:49 +0000 |
commit | 2699778643219a244044fd0698b6b6144dc5c7bc (patch) | |
tree | 99db01376a880ed52da42da9f84e9734e954b35c /lib | |
parent | 137284035db3b40aa59b4df4902c9277e6581092 (diff) | |
download | telepathy-gabble-2699778643219a244044fd0698b6b6144dc5c7bc.tar.gz |
Document a deliberate switch fall-through
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gibber/gibber-fd-transport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gibber/gibber-fd-transport.c b/lib/gibber/gibber-fd-transport.c index 4837c11c8..710809f3a 100644 --- a/lib/gibber/gibber-fd-transport.c +++ b/lib/gibber/gibber-fd-transport.c @@ -288,6 +288,7 @@ _channel_io_in (GIOChannel *source, GIOCondition condition, gpointer data) break; case GIBBER_FD_IO_RESULT_ERROR: gibber_transport_emit_error (GIBBER_TRANSPORT(self), error); + /* Deliberately falling through */ case GIBBER_FD_IO_RESULT_EOF: DEBUG("Failed to read from the transport, closing.."); _do_disconnect (self); |