Minor spacing cleanup in a comment in gzguts.h.

This commit is contained in:
Mark Adler 2013-03-24 16:56:05 -07:00
parent 318a5e190e
commit d3b613e320

View File

@ -67,7 +67,7 @@
#ifndef HAVE_VSNPRINTF #ifndef HAVE_VSNPRINTF
# ifdef MSDOS # ifdef MSDOS
/* vsnprintf may exist on some MS-DOS compilers (DJGPP?), /* 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 # define NO_vsnprintf
# endif # endif
# ifdef __TURBOC__ # ifdef __TURBOC__