fix c++ syntac in c file

parent 6cbc6d91
......@@ -20,7 +20,7 @@ int main()
{
int i, j, error = 0;
// check for duplicate error codes
/* check for duplicate error codes */
for(i = 0; i < NbErrorCodes; i++)
{
for(j = i + 1; j < NbErrorCodes; j++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment