Skip to content

Commit

Permalink
fixed brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanil Rao committed Jun 17, 2016
1 parent 777bf1f commit bdfa5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -59,7 +59,7 @@ uint32_t fileSize(string fn) {

return fileSize;
}
void inputFileCheck() {
void inputFileCheck() {
if(errno == ENOENT) {
cout<< "VAsim Error: no such input file." << endl;
exit(-1);
Expand Down

0 comments on commit bdfa5ae

Please sign in to comment.