Commit 51a60123 authored by unknown's avatar unknown
Browse files

fix c++ syntac in c file

parent fe89684a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++)