mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
- compile fix: don't use C++ - style comments in .c files!
This commit is contained in:
parent
68045dfd4b
commit
51361adaf6
1 changed files with 1 additions and 1 deletions
|
@ -4081,7 +4081,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Print the result to stdout
|
/* Print the result to stdout */
|
||||||
printf("%s", ds_res.str);
|
printf("%s", ds_res.str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue