1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 15:40:47 -08:00

; * src/nsterm.m: Remove stray semicolon

This commit is contained in:
Mattias Engdegård 2022-04-08 13:12:40 +02:00
parent 410690085e
commit deb40b2267

View file

@ -7873,7 +7873,7 @@ not_in_argv (NSString *arg)
#ifdef NS_IMPL_COCOA
- (CALayer *)makeBackingLayer;
- (CALayer *)makeBackingLayer
{
EmacsLayer *l = [[EmacsLayer alloc]
initWithColorSpace:[[[self window] colorSpace] CGColorSpace]];