diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-21 17:37:32 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-21 17:37:32 -0700 |
commit | 3c8fdf6e35bed077a5614b4094770e668c96b9e9 (patch) | |
tree | 414fe12ed24e6e5573805fa4b8dfc84994f71c56 /src/fontfile/fontdir.c | |
parent | 8e3d94c867741319bf75b47266176cf677218641 (diff) |
Fix comments to reflect removal of OS/2 support
Commit 6c29007756301 removed OS/2 support from the code,
but missed updating the comments to match.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/fontfile/fontdir.c')
-rw-r--r-- | src/fontfile/fontdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontfile/fontdir.c b/src/fontfile/fontdir.c index c8a6a0e..c63a245 100644 --- a/src/fontfile/fontdir.c +++ b/src/fontfile/fontdir.c @@ -115,7 +115,7 @@ FontFileMakeDir(const char *dirName, int size) #if !defined(WIN32) attrib = strchr(dirName, ':'); #else - /* OS/2 uses the colon in the drive letter descriptor, skip this */ + /* WIN32 uses the colon in the drive letter descriptor, skip this */ attrib = strchr(dirName+2, ':'); #endif if (attrib) { |