We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa907aa commit 486c88fCopy full SHA for 486c88f
README.md
@@ -23,7 +23,7 @@ int main()
23
24
if(!domain)
25
{
26
- fprintf(stderr, "Couldn't load domain");
+ fprintf(stderr, "Couldn't load domain\n");
27
return 1;
28
}
29
0 commit comments