From 6db521f4b97656d4d5af7a5ddde5e1556a5f5348 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 12 Apr 2003 21:07:25 +0000 Subject: [PATCH] Remove a couple of spurious semicolons. [originally from svn r3112] --- mac/macterm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mac/macterm.c b/mac/macterm.c index b9b3f9ef..c83cb6d8 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1,4 +1,4 @@ -/* $Id: macterm.c,v 1.73 2003/04/12 21:06:34 ben Exp $ */ +/* $Id: macterm.c,v 1.74 2003/04/12 21:07:25 ben Exp $ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999, 2002 Ben Harris @@ -193,9 +193,9 @@ static void mac_workoutfontscale(Session *s, int wantwidth, const char text = 'W'; FontInfo fi; #if TARGET_API_MAC_CARBON - CQDProcsPtr gp = GetPortGrafProcs(GetWindowPort(s->window));; + CQDProcsPtr gp = GetPortGrafProcs(GetWindowPort(s->window)); #else - QDProcsPtr gp = s->window->grafProcs;; + QDProcsPtr gp = s->window->grafProcs; #endif numer.v = denom.v = 1; /* always */