summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 13:09:37 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 13:09:37 -0400
commit5f07499d2bf02df902f2bf26bb60dff710f55143 (patch)
treef2672de45bf18ba4b534470ba2c81202ab9713a1 /vcnet
parent9a9dab7224ec2ee6d3ae72d752d6181ec38b6ac1 (diff)
downloadcups-5f07499d2bf02df902f2bf26bb60dff710f55143.tar.gz
Re-wrap comment.
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/config.h b/vcnet/config.h
index d7b62d65e..a93131e1a 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -48,8 +48,8 @@
/*
- * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32 _stricmp()
- * and _strnicmp() functions...
+ * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32
+ * _stricmp() and _strnicmp() functions...
*/
#define strcasecmp _stricmp