X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..bcd3d8d9e26e41615d26d457ba0e2b84b80a0356:/src/zlib/uncompr.c

diff --git a/src/zlib/uncompr.c b/src/zlib/uncompr.c
index 1de520634a..670eaf6415 100644
--- a/src/zlib/uncompr.c
+++ b/src/zlib/uncompr.c
@@ -22,7 +22,7 @@
    enough memory, Z_BUF_ERROR if there was not enough room in the output
    buffer, or Z_DATA_ERROR if the input data was corrupted.
 */
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 int ZEXPORT uncompress (Bytef* dest, uLongf* destLen, const Bytef* source, uLong sourceLen)
 #else
 int ZEXPORT uncompress (dest, destLen, source, sourceLen)