Perchè?

Parse error: parse error, unexpected $end in
I:\federico-Apache\web-robedivertenti\test_play.php on line 196

(riga 194) $query3='SELECT * FROM test_classifica WHERE
titolo_var="'.$array_dom['titolo_var'].'" ORDER BY punti DESC,
data_inserimento ASC';
(riga 195) $result3=mysql_query($query3, $db);
(riga 196) echo '<table border="0" cellspaging="10">';
(riga 197) for ($scrivi=1; $scrivi<=mysql_num_rows($result3); $scrivi++)
(riga 198){
(riga 199) $array_classifica=mysql_fetch_array($result3);
(riga 200) echo '<tr><td
align="right"><h2>'.$scrivi.')</h2></td><td><h2>'.$array_classifica['utente'].'</h2></td><td
style="padding-left:80px;"><h3>'.$array_classifica['punti'].'</h3></td></tr>';
(riga 201)}
(riga 202)echo '</table>';