Fix a type (comment only)

This commit is contained in:
Albrecht Schlosser 2021-05-02 17:04:16 +02:00
parent 5c85a4ea95
commit 1684eb7efe

View File

@ -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 */