Commit 19ce54b4 authored by unknown's avatar unknown

fix c++ syntac in c file

parent af01cc6d
...@@ -20,7 +20,7 @@ int main() ...@@ -20,7 +20,7 @@ int main()
{ {
int i, j, error = 0; int i, j, error = 0;
// check for duplicate error codes /* check for duplicate error codes */
for(i = 0; i < NbErrorCodes; i++) for(i = 0; i < NbErrorCodes; i++)
{ {
for(j = i + 1; j < NbErrorCodes; j++) 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