]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/render/test/test.factor
Fix comments to be ! not #!.
[factor.git] / extra / ui / render / test / test.factor
index abf3c318809138e3c9b6da263ce205c45bdcec8a..a55b5a6e311249195b01ccfb0b24a4e9deaa29ed 100644 (file)
@@ -23,7 +23,7 @@ M: line-test draw-interior
 SYMBOL: render-output
 
 : twiddle ( bytes -- bytes )
-    #! On Windows, white is { 253 253 253 } ?
+    ! On Windows, white is { 253 253 253 } ?
     [ 10 /i ] map ;
 
 : bitmap= ( bitmap1 bitmap2 -- ? )