emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master deb40b2267: ; * src/nsterm.m: Remove stray semicolon


From: Mattias Engdegård
Subject: master deb40b2267: ; * src/nsterm.m: Remove stray semicolon
Date: Fri, 8 Apr 2022 07:13:48 -0400 (EDT)

branch: master
commit deb40b226764a0eb93a9fc2cafbbeeb9aeb31682
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * src/nsterm.m: Remove stray semicolon
---
 src/nsterm.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsterm.m b/src/nsterm.m
index 15127d53fb..36e2ff55ac 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -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]];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]