mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 18:59:08 +00:00
Changed: main() returns 0 when success
This commit is contained in:
parent
2d14a95311
commit
d08e96e09b
1 changed files with 2 additions and 0 deletions
|
@ -95,4 +95,6 @@ int main(int argc, const char *argv[])
|
||||||
}
|
}
|
||||||
fclose(out);
|
fclose(out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue