In the code for a table below, there is an error indicated by the red marker in the line starting with "Not protest" after compilation, although the output seems pretty much okay. Can you pinpoint the mistake please?
\documentclass{article}
%\usepackage{showframe}% http://ctan.org/pkg/showframe
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\usepackage{array}% http://ctan.org/pkg/array
\usepackage{tabularx}% http://ctan.org/pkg/tabularx
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\usepackage{array}% http://ctan.org/pkg/array
\usepackage{tabularx}% http://ctan.org/pkg/tabularx
\usepackage{calc}
\usepackage{tabu}
\begin{document}
\begin{table}[h]
\centering
\begin{tabular}{|c|c|c|}
\hline
& $N^{e}$ \textless $K_i$ & $N^{e} \geq T_i$\\
\hline
Not protest & $ -\Delta U $ & $(1-\gamma) \cdot \Delta U}$ \\
\hline
Protest & $-(k/N^{e})-\Delta$ U& $\Delta U - (k/N^{e})$\\
\hline
\end{tabular}
\caption{Payoff matrix}
\end{table}
\end{document}
\Deltain line 22. – osjerick May 20 '12 at 20:43