openbsd-ports/print/fontforge/patches/patch-fontforge_openfontdlg_c

13 lines
517 B
Plaintext
Raw Normal View History

$OpenBSD: patch-fontforge_openfontdlg_c,v 1.1.1.1 2006/06/18 13:33:25 steven Exp $
--- fontforge/openfontdlg.c.orig Mon Jun 12 15:48:06 2006
+++ fontforge/openfontdlg.c Mon Jun 12 15:49:26 2006
@@ -158,7 +158,7 @@ return( false );
struct gfc_data *d = GDrawGetUserData(gw);
return( GGadgetDispatchEvent((GGadget *) (d->gfc),event));
} else if ( event->type == et_resize ) {
- GRect r, size;;
+ GRect r, size;
struct gfc_data *d = GDrawGetUserData(gw);
GDrawGetSize(gw,&size);
GGadgetGetSize(d->gfc,&r);