Skip to content

Commit f54f2e1

Browse files
committed
cleanup some loose ends
1 parent 60c5c53 commit f54f2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ bool Input::file_ready()
10431043
{
10441044
struct stat buf;
10451045
if (fstat(fileno(file_), &buf) == 0 && S_ISREG(buf.st_mode))
1046-
return false
1046+
return false;
10471047
}
10481048
#endif
10491049
}

0 commit comments

Comments
 (0)