From: Matteo Nastasi (mop) <nastasi@alternativeoutput.it>
Date: Sat, 13 Dec 2008 15:37:03 +0000 (+0000)
Subject: typo
X-Git-Tag: 3.0.0~178
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=2558f57169228b7ef256d314f5779f73568899c3;p=brisk.git

typo
---

diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh
index 6f0a06f..f5d5847 100644
--- a/web/briskin5/Obj/briskin5.phh
+++ b/web/briskin5/Obj/briskin5.phh
@@ -364,8 +364,7 @@ class Briskin5 {
 	    $table = &$this->table[$user->table];
 	    
 	    $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; ";
-	    $user_cur->comm[$user_cur->step % COMM_N] .= \
-              sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
+	    $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('set_names([%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"], [%d, "%s"]); ',
                       $this->user[$table->player[($user_cur->table_pos) % BRISKIN5_PLAYERS_N]]->flags,
                       xcape($this->user[$table->player[($user_cur->table_pos) % BRISKIN5_PLAYERS_N]]->name),