From: Mark Adler Date: Sun, 24 Mar 2013 23:56:05 +0000 (-0700) Subject: Minor spacing cleanup in a comment in gzguts.h. X-Git-Tag: v1.2.7.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b613e3208c0d0f9eb40d9480325becd69481da;p=thirdparty%2Fzlib-ng.git Minor spacing cleanup in a comment in gzguts.h. --- diff --git a/gzguts.h b/gzguts.h index 512161603..7048f41c1 100644 --- a/gzguts.h +++ b/gzguts.h @@ -67,7 +67,7 @@ #ifndef HAVE_VSNPRINTF # ifdef MSDOS /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), - but for now we just assume it doesn't. */ + but for now we just assume it doesn't. */ # define NO_vsnprintf # endif # ifdef __TURBOC__