diff options
| -rw-r--r-- | src/modules/module-esound-sink.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/modules/module-esound-sink.c b/src/modules/module-esound-sink.c index f6b90a4d..552cf75e 100644 --- a/src/modules/module-esound-sink.c +++ b/src/modules/module-esound-sink.c @@ -169,7 +169,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse              w = pa_bytes_to_usec((uint64_t) u->offset + u->memchunk.length, &u->sink->sample_spec);              *((pa_usec_t*) data) = w > r ? w - r : 0; -            break; +            return 0;          }          case SINK_MESSAGE_PASS_SOCKET: { | 
