Commit 51361ada authored by unknown's avatar unknown
Browse files

- compile fix: don't use C++ - style comments in .c files!

parent 68045dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4081,7 +4081,7 @@ int main(int argc, char **argv)
    }
    else
    {
      // Print the result to stdout
      /* Print the result to stdout */
      printf("%s", ds_res.str);
    }
  }