26.04.2018, 19:08
The error says everything. It expects a closing bracket but it got an identifier.
sizeof wants to get the size of the variable itself (in this case the length of the array) so it expects tpInfo[][];
sizeof wants to get the size of the variable itself (in this case the length of the array) so it expects tpInfo[][];