[lttng-dev] [PATCH babeltrace] Cleanup: remove unused label 'end'
Jérémie Galarneau
jeremie.galarneau at efficios.com
Thu Feb 11 14:17:14 EST 2016
Merged, thanks!
Jérémie
On Thu, Oct 15, 2015 at 4:40 PM, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> include/babeltrace/compat/send.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/babeltrace/compat/send.h b/include/babeltrace/compat/send.h
> index 3c6d01a..3998694 100644
> --- a/include/babeltrace/compat/send.h
> +++ b/include/babeltrace/compat/send.h
> @@ -109,7 +109,7 @@ ssize_t bt_send_nosigpipe(int fd, const void *buffer, size_t size)
> }
> /* Restore send() errno */
> errno = saved_err;
> -end:
> +
> return sent;
> }
> #endif
> --
> 1.9.1
>
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list