error: expected `;' before '}' token
You probably just need to add the required ; at the end of line 30.
BTW, it's quite hard to debug other people's code just by looking at compilation errors and some source snippet (hint
)
error: expected `;' before '}' token
You probably just need to add the required ; at the end of line 30.
BTW, it's quite hard to debug other people's code just by looking at compilation errors and some source snippet (hint
)