mirror of
https://github.com/transmission/transmission
synced 2025-01-30 10:52:00 +00:00
fix: wrong case in AppKit.h (#5456)
This commit is contained in:
parent
e8fcb025a0
commit
f34b1e624c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
// It may be used under the MIT (SPDX: MIT) license.
|
||||
// License text can be found in the licenses/ folder.
|
||||
|
||||
#import <AppKit/Appkit.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface BlocklistScheduler : NSObject
|
||||
|
||||
|
|
Loading…
Reference in a new issue