Skip to content

Commit

Permalink
wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
0ki authored Oct 7, 2019
1 parent 3157153 commit 7fbc636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sortuniq
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ while($z=fgets($in))

if($argc>1 and ($argv[1]=='c' or $argv[1]=='-c'))
{
array_walk($d, function(&$a, $b) {$a = "$b $a";});
array_walk($d, function(&$a, $b) {$a = "$a $b";});
echo implode('', $d);
}
else
Expand Down

0 comments on commit 7fbc636

Please sign in to comment.