From 3734a68a4213359028d0640b89cc455f52aedd7e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 1 Mar 2016 11:06:55 -0800 Subject: [PATCH] GUAC-1389: Fix strange and unnecessary wrapping of line. --- src/libguac/guacamole/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libguac/guacamole/client.h b/src/libguac/guacamole/client.h index 0df2b50f..65dcc2e6 100644 --- a/src/libguac/guacamole/client.h +++ b/src/libguac/guacamole/client.h @@ -603,8 +603,7 @@ void guac_client_stream_jpeg(guac_client* client, guac_socket* socket, * instruction) as WebP-encoded data at the given quality. The image stream * will be automatically allocated and freed. If the server does not support * WebP, this function has no effect, so be sure to check the result of - * guac_client_supports_webp() prior to calling - * this function. + * guac_client_supports_webp() prior to calling this function. * * @param client * The Guacamole client for whom the image stream should be allocated.