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

This commit is contained in:
unknown 2005-09-28 23:04:35 +02:00
parent 68045dfd4b
commit 51361adaf6

View file

@ -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);
}
}