Build syntax error

hi all, just a little problem ive been getting while building and its been giving me a headache, i know its something small ive done but i cant seem to figure it out even after trying all kinds of things the simulator has told me to try.

heres my build settings file:

[code]
settings = {
orientation =
{
default = “portrait”,
},
iphone =
{
plist=
{
UIAppFonts =
{
“font.ttf”
}
UIStatusBarHidden=true,
UIApplicationExitsOnSuspend = true

},
},
}

[code]
and here is the build error i recieve:

Syntax error: /Users/Boydy/Desktop/BBQ/build.settings:14: ‘}’ expected (to close ‘{’ at line 9) near ‘UIStatusBarHidden’ [import]uid: 19919 topic_id: 13066 reply_id: 313066[/import]

you need to put a comma after you close the curly brackets on line 13 [import]uid: 24641 topic_id: 13066 reply_id: 47992[/import]

Put a comma at line 13

Regards,
Jordan Schuetz
Ninja Pig Studios [import]uid: 29181 topic_id: 13066 reply_id: 48002[/import]

Thanks man, emilycoder in the corona irc channel helped me with this one too. once again the corona community comes to the rescue. thanks heaps guys!
[import]uid: 19919 topic_id: 13066 reply_id: 48005[/import]

Glad you got it sorted quickly - commas can be irritating little things at times :wink:

PS - ninjapig123, please don’t repeat an answer identical to the one above unless you can further add to it - it’s not necessary :slight_smile: [import]uid: 52491 topic_id: 13066 reply_id: 48054[/import]