Submitted by Alexis Wilke on Wed, 12/28/2011 - 12:33
This error occurs when you use a set of empty parenthesis: ().
This is actually illegal in Ada. When you call a function or procedure that have no parameters then you just enter its name, not parenthesis are required.