22.07.2016, 19:52
If you return something inside an if statement, it will ask give you a warning for not returning anything outside.
You should return 1; before adding the last bracket.
You should return 1; before adding the last bracket.