[Spice-commits] server/red-worker.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Jan 26 02:43:48 PST 2016


 server/red-worker.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a6adfcd1edbaab3cac8522d0af1705eb8535c71
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Jan 26 09:29:40 2016 +0000

    worker: remove empty statement at line end
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Pavel Grunt <pgrunt at redhat.com>

diff --git a/server/red-worker.c b/server/red-worker.c
index 5012556..b8826c5 100644
--- a/server/red-worker.c
+++ b/server/red-worker.c
@@ -240,7 +240,7 @@ static int red_process_display(RedWorker *worker, int *ring_is_empty)
     while (!display_is_connected(worker) ||
            red_channel_max_pipe_size(RED_CHANNEL(worker->display_channel)) <= MAX_PIPE_SIZE) {
         if (!worker->qxl->st->qif->get_command(worker->qxl, &ext_cmd)) {
-            *ring_is_empty = TRUE;;
+            *ring_is_empty = TRUE;
             if (worker->display_poll_tries < CMD_RING_POLL_RETRIES) {
                 worker->display_poll_tries++;
                 worker->event_timeout = MIN(worker->event_timeout, CMD_RING_POLL_TIMEOUT);


More information about the Spice-commits mailing list