Can't understand error

HeyI got this error,and I have no ideahow to fix it.
UTWeap_SniperRifle.uc(456) : Error, Unexpected end of file at end of Class

here's the code

http://www.megaupload.com/?d=OV0RNN09
Thanks.
I am working on a video game.
I'm using UDK.
Thanks.
I'm new in the coding things.
Thanks.
Last edited on
I didn't download your code, but this error usually came if you forget to place ';' symbol after class declaration:

class MyClass{
}; <- this is really important
Topic archived. No new replies allowed.