From 996bb1d6d9f2d41051f27353dda314a3733d6093 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Beno=C3=AEt=20PIERRE?= <benoit.pierre@gmail.com>
Date: Thu, 8 Oct 2009 21:38:07 +0200
Subject: [PATCH 1/2] warning fix

---
 lib/sup/modes/thread-index-mode.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
index c302ae2..4593af2 100644
--- a/lib/sup/modes/thread-index-mode.rb
+++ b/lib/sup/modes/thread-index-mode.rb
@@ -769,7 +769,7 @@ protected
     else
 	  thread = @lines[l]
 	  if thread
-	      @text[l] = text_for_thread_at (@threads.index(thread))
+	      @text[l] = text_for_thread_at(@threads.index(thread))
 		  buffer.mark_dirty if buffer
 	  end
     end
-- 
1.6.3.3

