mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23274 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
734254bdc0
commit
39b84c08f5
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ HBITMAP GSCreateBitmap(HDC hDC, int pixelsWide, int pixelsHigh,
|
|||
// the path. Note that we lose the floating point information
|
||||
// here, as windows only supports DWORD elements, not float.
|
||||
thePattern = objc_malloc(sizeof(float) * patternCount);
|
||||
[path getLineDash: thePattern count: &patternCcount phase: &phase];
|
||||
[path getLineDash: thePattern count: &patternCount phase: &phase];
|
||||
|
||||
iPattern = objc_malloc(sizeof(DWORD) * patternCount);
|
||||
int i = 0;
|
||||
|
|
Loading…
Reference in a new issue