Skip to content
Snippets Groups Projects
Commit 4a80d0e9 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Fix to allow molck compilation on login nodes

parent 3c55c8cf
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ void usage()
exit(0);
}
int main(int argc, const char *argv[])
int main(int argc, char *argv[])
{
if (argc<2) {
usage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment