summaryrefslogtreecommitdiff
path: root/src/fontfile/fontfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/fontfile.c')
-rw-r--r--src/fontfile/fontfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontfile/fontfile.c b/src/fontfile/fontfile.c
index d36bbc0..4fb75ad 100644
--- a/src/fontfile/fontfile.c
+++ b/src/fontfile/fontfile.c
@@ -75,8 +75,8 @@ FontFileNameCheck (const char *name)
{
#ifndef NCD
#if defined(WIN32)
- /* OS/2 uses D:/... as a path name for fonts, so accept this as a valid
- * path if it starts with a letter and a colon. Same applies for WIN32
+ /* WIN32 uses D:/... as a path name for fonts, so accept this as a valid
+ * path if it starts with a letter and a colon.
*/
if (isalpha(*name) && name[1]==':')
return TRUE;