[vte] Bug 597165 - void return in vte.c



commit 7b30cf831aa9ae3e90ca99f016f11d6f6833ad2f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Oct 3 19:50:21 2009 -0400

    Bug 597165 - void return in vte.c

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 7f027b8..bc9c181 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -309,7 +309,7 @@ _vte_terminal_ring_append (VteTerminal *terminal, gboolean fill)
 void
 _vte_terminal_ring_remove (VteTerminal *terminal, guint position)
 {
-	return _vte_ring_remove (terminal->pvt->screen->row_data, position);
+	_vte_ring_remove (terminal->pvt->screen->row_data, position);
 }
 
 /* Reset defaults for character insertion. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]