From 1684eb7efe97401e4bebad62fb60d67289d8ad50 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 2 May 2021 17:04:16 +0200 Subject: Fix a type (comment only) --- FL/fl_utf8.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3