From 5f07499d2bf02df902f2bf26bb60dff710f55143 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 17 Oct 2018 13:09:37 -0400 Subject: [PATCH] Re-wrap comment. --- vcnet/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcnet/config.h b/vcnet/config.h index d7b62d65e1..a93131e1a7 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 -- 2.47.2