diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-24 16:56:05 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-24 16:56:05 -0700 |
commit | d3b613e3208c0d0f9eb40d9480325becd69481da (patch) | |
tree | 4725b4fdb96ce3049c0224ebd04729ae0d3fa31b /gzguts.h | |
parent | 318a5e190e836f37ee0904342f3323ea31a0290f (diff) | |
download | zlib-d3b613e3208c0d0f9eb40d9480325becd69481da.tar.gz zlib-d3b613e3208c0d0f9eb40d9480325becd69481da.tar.bz2 zlib-d3b613e3208c0d0f9eb40d9480325becd69481da.zip |
Minor spacing cleanup in a comment in gzguts.h.
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ | |||
67 | #ifndef HAVE_VSNPRINTF | 67 | #ifndef HAVE_VSNPRINTF |
68 | # ifdef MSDOS | 68 | # ifdef MSDOS |
69 | /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), | 69 | /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), |
70 | but for now we just assume it doesn't. */ | 70 | but for now we just assume it doesn't. */ |
71 | # define NO_vsnprintf | 71 | # define NO_vsnprintf |
72 | # endif | 72 | # endif |
73 | # ifdef __TURBOC__ | 73 | # ifdef __TURBOC__ |