Skip to content

Commit

Permalink
* remove a wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Nov 2, 2015
1 parent 7871c95 commit af465e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code-gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class PHP_Piet < CodeGen
Cmd = ["php QR.php > OUTFILE", "npiet QR.png > OUTFILE"]
Apt = ["php5-cli", nil]
def code
# PHP code contains binary, but the next Perl encodes them as a text.
<<-'END'.lines.map {|l| l.strip }.join
%(
<?php $z=3+$w=strlen($s=#{Q[E[PREV]]})*3;
Expand Down

0 comments on commit af465e6

Please sign in to comment.