mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 18:26:49 +08:00
Added missing newline.
This commit is contained in:
parent
12291d4f31
commit
581561cb88
@ -56,7 +56,7 @@ int main()
|
|||||||
|
|
||||||
if(modulepath == nullptr)
|
if(modulepath == nullptr)
|
||||||
{
|
{
|
||||||
std::cout << "Warning: environmental variable CHAI_MODULE_PATH not set! " << this_might_affect_test_result;
|
std::cout << "Warning: environmental variable CHAI_MODULE_PATH not set! " << this_might_affect_test_result << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CHAISCRIPT_MSVC
|
#ifdef CHAISCRIPT_MSVC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user