mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-12 22:45:29 +00:00
Fixed line end in error message.
This commit is contained in:
parent
a4ad0d0d39
commit
8ce5650924
@ -58,7 +58,7 @@ int main(int argc, const char** argv)
|
||||
Value val;
|
||||
string msg;
|
||||
if (!run(path, env, buff.data(), buff.size(), val, msg, print_ast)) {
|
||||
cerr << msg;
|
||||
cerr << msg << endl;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user