]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Re-wrap comment.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 17:09:37 +0000 (13:09 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 17:09:37 +0000 (13:09 -0400)
vcnet/config.h

index d7b62d65e1a9c3850f5cda8561a1052e60799911..a93131e1a727866068fc3ada9b4901e7810ef2ca 100644 (file)
@@ -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