Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Jun 1, 2017
1 parent 9a14a10 commit 3603243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion qrcodes.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -w

#use strict;
use strict;

my @titles = ();
my $max = 0;
Expand Down
3 changes: 0 additions & 3 deletions titles.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
my $max = 0;
my $s = 1;

#open(LINKS,"links.sort.html") || die;

print "first:\n";

while(<>)
Expand All @@ -28,6 +26,5 @@
printf("s%03d:\t.asciiz\t\"%-${max}s\"\n",$s++,$_);
}

#close(LINKS);


0 comments on commit 3603243

Please sign in to comment.