]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/infutil.c
Fixed the background colour bug.
[wxWidgets.git] / src / zlib / infutil.c
index c80be8c4b9d7b50a1862d45c8031732083a77548..603f699eddbef977fff3e92a9dc1aef1244fa6a1 100644 (file)
@@ -20,7 +20,7 @@ uInt inflate_mask[17] = {
 
 
 /* copy as much as possible from the sliding window to the output area */
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 int inflate_flush(inflate_blocks_statef* s, z_streamp z, int r)
 #else
 int inflate_flush(s, z, r)