Skip to content
Snippets Groups Projects
Commit 3a101ab2 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix copy&paste error in diagnostic message.

parent 0af1ee70
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ int main(int argc, char *argv[])
setup.nvars = parse_intarg("error parsing number of variables");
if (setup.nvars < 1)
{
fputs("number of levels must be greater than zero!\n",
fputs("number of variables must be greater than zero!\n",
stderr);
exit(EXIT_FAILURE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment