Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lp_solver.cpp: Fix typos #26

Merged
merged 2 commits into from
May 17, 2022
Merged

lp_solver.cpp: Fix typos #26

merged 2 commits into from
May 17, 2022

Conversation

nbraud
Copy link
Contributor

@nbraud nbraud commented Jan 30, 2020

No description provided.

exit(-1);
} else if (ctlpfile == (FILE *)NULL) {
fprintf(stderr, "lp_solver: intialize: can not open %s.\n", ctlpfilename);
fprintf(stderr, "lp_solver: initialize: can not open %s.\n", ctlpfilename);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this line’s being addressed, it’s cannot

src/lp_solver.cpp Outdated Show resolved Hide resolved
@AltGr AltGr merged commit a4015e5 into ocaml-opam:master May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants