diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6477e0f..e991af9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ int main(int argc, char** argv) { } wifstream ifile(variables["input"].as<string>().c_str()); - + if (ifile.fail()) { cerr << "mppdown: error while reading the file" << endl; return 1; |
