Y
Hacker News
new
|
ask
|
show
|
jobs
by
userbinator
2185 days ago
Either that code is misleadingly indented and you copied one more closing brace than necessary, or you omitted the opening brace for the last if's body (which contains a single goto).
1 comments
messe
2184 days ago
Good catch. I think I copied one more than necessary, and then messed up when trying to fix up the indentation for HN.
link