Skip to content

Commit 0b6f909

Browse files
committed
corrected comment [ci skip]
1 parent adde693 commit 0b6f909

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/_imagingft.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ setraqm(void)
162162
}
163163
#else
164164
p_raqm.raqm = LoadLibrary("libraqm");
165-
166-
/* Cygwin / MinGW */
165+
/* MSYS */
167166
if (!p_raqm.raqm) {
168167
p_raqm.raqm = LoadLibrary("libraqm-0");
169168
}

0 commit comments

Comments
 (0)