Skip to content

Commit

Permalink
Main: set default value to 0 for rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Berbizier (dbdl) committed Mar 14, 2014
1 parent 347b0b1 commit 6be9811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {

int lua_main(void) {
//juce::JUCEApplicationBase::createInstance = &juce_CreateApplication;
int res;
int res = 0;
#if defined JUCE_MAC || defined JUCE_IOS
// will call initialiseNSApplication
res = juce::JUCEApplicationBase::main(0, 0);
Expand Down

0 comments on commit 6be9811

Please sign in to comment.