Skip to content

Commit fb59fb7

Browse files
committed
Fix silly ifdef mistake
1 parent 5d77684 commit fb59fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ear-production-suite-plugins/plugins/binaural_monitoring/src/binaural_monitoring_plugin_processor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ EarBinauralMonitoringAudioProcessor::EarBinauralMonitoringAudioProcessor()
7777
auto vstPath = juce::File::getSpecialLocation(
7878
juce::File::SpecialLocationType::currentExecutableFile);
7979
vstPath = vstPath.getParentDirectory();
80-
#ifdef(__APPLE__)
80+
#ifdef __APPLE__
8181
vstPath = vstPath.getParentDirectory();
8282
vstPath = vstPath.getChildFile("Resources");
8383
#endif

0 commit comments

Comments
 (0)