Very Odd Compiling Error...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Sleepy566
Posts: 23
Joined: Thu Dec 28, 2006 2:30 am

Very Odd Compiling Error...

Post by Sleepy566 »

I'm trying to compile my program, but I get this error:

Code: Select all

main.c:655: error: syntax error at end of input
so I think to myself... that's odd.... and I go look at line 655, which is this:

Code: Select all

L653:       }
L654:       return 0;
L655:       }
Is there any reason for this? Is something wrong with my CYGWIN? Thanks for helping!
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

This has been answered on one of the other forums you spammed this question on.
Post Reply