diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-05-02 17:04:16 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-05-02 17:04:16 +0200 |
| commit | 1684eb7efe97401e4bebad62fb60d67289d8ad50 (patch) | |
| tree | f902f05bbf0268e8205e0dd5dc856ef833f9ac49 /FL/fl_utf8.h | |
| parent | 5c85a4ea95e77e510fa3b8e43152ff97f79af333 (diff) | |
Fix a type (comment only)
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 315f24cf6..809da71b7 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -1,7 +1,7 @@ /* * Author: Jean-Marc Lienher ( http://oksid.ch ) * Copyright 2000-2010 by O'ksi'D. - * Copyright 2016-2020 by Bill Spitzak and others. + * Copyright 2016-2021 by Bill Spitzak and others. * * This library is free software. Distribution and use rights are outlined in * the file "COPYING" which should have been included with this file. If this @@ -190,7 +190,7 @@ FL_EXPORT char* fl_getenv(const char *name); /* Portable UTF-8 aware putenv wrapper */ FL_EXPORT int fl_putenv(const char *var); -/* OD: Portable UTF-8 aware execvp wrapper */ +/* OD: Portable UTF-8 aware mkdir wrapper */ FL_EXPORT int fl_mkdir(const char* f, int mode); /* OD: Portable UTF-8 aware rename wrapper */ |
