]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/nsterm.m: Remove stray semicolon
authorMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 11:12:40 +0000 (13:12 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 11:13:24 +0000 (13:13 +0200)
src/nsterm.m

index 15127d53fbfacbd7ca0134bf94509ff15c7926de..36e2ff55ac39dede475da7fbe3157f9d1fbd8cd4 100644 (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]];