Skip to content

Commit 439981e

Browse files
committed
Corrected typo (missing "!" on mfcKaboomMacfusion()
1 parent a201b29 commit 439981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MFCore.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void mfcKaboomMacfusion() {
218218
NSArray *runningApps = [[NSWorkspace sharedWorkspace] runningApplications];
219219
for (NSRunningApplication *app in runningApps) {
220220
if ([app.bundleIdentifier isEqualToString:kMFMainBundleIdentifier] &&
221-
[app.bundleURL.path isEqualToString:mfcMainBundlePath()])
221+
![app.bundleURL.path isEqualToString:mfcMainBundlePath()])
222222
[app terminate];
223223
}
224224
}

0 commit comments

Comments
 (0)