Skip to content

Commit

Permalink
use C++ comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Oct 12, 2024
1 parent e361830 commit 69b8724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/joedb/compiler/joedbc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ static void write_initial_comment
const char *exe_path
)
{
out << "/*///////////////////////////////////////////////////////////////////////////\n";
out << "/////////////////////////////////////////////////////////////////////////////\n";
out << "//\n";
out << "// This code was automatically generated by the joedb compiler\n";
out << "// https://www.remi-coulom.fr/joedb/\n";
Expand All @@ -2293,7 +2293,7 @@ static void write_initial_comment
out << "// joedbc compilation time: " << __DATE__ << ' ' << __TIME__ << '\n';
out << "// Generation of this file: " << get_time_string_of_now() << '\n';
out << "//\n";
out << "///////////////////////////////////////////////////////////////////////////*/\n";
out << "/////////////////////////////////////////////////////////////////////////////\n";
}

/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 69b8724

Please sign in to comment.