Skip to content

Commit 5c13e9c

Browse files
author
culler
committed
Remove extraneous semi-colon.
1 parent 982ec19 commit 5c13e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx/tkMacOSXInit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static Tcl_ObjCmdProc TkMacOSVersionObjCmd;
5151
@synthesize tkLiveResizeEnded = _tkLiveResizeEnded;
5252
@synthesize tkWillExit = _tkWillExit;
5353
@synthesize tkPointerWindow = _tkPointerWindow;
54-
;
54+
5555
- (void) setTkPointerWindow: (TkWindow *)winPtr
5656
{
5757
if (winPtr) {

0 commit comments

Comments
 (0)