]> git.lizzy.rs Git - zlib.git/blobdiff - gzguts.h
Minor spacing cleanup in a comment in gzguts.h.
[zlib.git] / gzguts.h
index 5121616036fd8602dd8680303bed38481ba468e3..7048f41c11331dd15159078718d84b65a1f9f175 100644 (file)
--- 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__