Browse Source

Fixed typo in linux-only Projucer code

tags/2021-05-28
hogliux 9 years ago
parent
commit
71de18554a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Application/jucer_DownloadCompileEngineThread.cpp

+ 1
- 1
extras/Projucer/Source/Application/jucer_DownloadCompileEngineThread.cpp View File

@@ -137,7 +137,7 @@ URL DownloadCompileEngineThread::getDownloadUrl()
#elif JUCE_WINDOWS #elif JUCE_WINDOWS
urlStub << "windows_"; urlStub << "windows_";
#else #else
jassertfalse
jassertfalse;
#endif #endif
return urlStub + ProjectInfo::versionString + ".zip"; return urlStub + ProjectInfo::versionString + ".zip";


Loading…
Cancel
Save