From f4d7699d2c6603809b7f08f62cb98efe896bf643 Mon Sep 17 00:00:00 2001 From: fedor Date: Fri, 10 May 2002 15:15:51 +0000 Subject: [PATCH] Typo fix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13624 72102866-910b-0410-8b05-ffd578937521 --- Source/winlib/WIN32GState.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/winlib/WIN32GState.m b/Source/winlib/WIN32GState.m index 6c3e727..74ec3bc 100644 --- a/Source/winlib/WIN32GState.m +++ b/Source/winlib/WIN32GState.m @@ -112,7 +112,7 @@ RECT GSViewRectToWin(WIN32GState *s, NSRect r) color = gsColorToRGB(color); if (cState & COLOR_FILL) wfcolor = RGB(color.field[0]*255, color.field[1]*255, color.field[2]*255); - if (cState & COLOR_STOKE) + if (cState & COLOR_STROKE) wscolor = RGB(color.field[0]*255, color.field[1]*255, color.field[2]*255); }