I am trying to end my table with a \hline.
My tex is as follows
\begin{center}
\begin{tabular}{ l | c || r }
\hline
1 & 2 & 3 \\ \hline
4 & 5 & 6 \\ \hline
7 & 8 & 9 \\
\hline
\caption{ Result }
\label{tab:a}
\end{tabular}
\end{center}
However the resultant image is as follows:

As you can see an empty row gets added below the end. Can somebody tell me how to correct it?
;-)– Jan 03 '13 at 15:26