diff options
| author | Fabien Costantini <fabien@onepost.net> | 2012-06-06 03:38:02 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2012-06-06 03:38:02 +0000 |
| commit | 145b44110b119a3cc4707b751ea375f9fbdbdd98 (patch) | |
| tree | 1e05551878038e65ee0d8353829443c356240394 /src/flstring.h | |
| parent | 0cfd9a1a23a0819d951f94d015ddb506e26be1cc (diff) | |
Minor comments formatting discrepancies fix.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9573 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/flstring.h')
| -rw-r--r-- | src/flstring.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/flstring.h b/src/flstring.h index 4e2d9dfe2..3f565a7c9 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -84,7 +84,10 @@ FL_EXPORT extern size_t fl_strlcpy(char *, const char *, size_t); # define strlcpy fl_strlcpy # endif /* !HAVE_STRLCPY */ -/* locale independent ascii compare, does not introduce locale pbs as w/ case cmp */ +/* + * locale independent ascii compare, does not introduce locale + * pbs as w/ case cmp + */ FL_EXPORT extern int fl_ascii_strcasecmp(const char *s, const char *t); # ifdef __cplusplus |
