Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminate unrequired slurpiness.
  • Loading branch information
jnthn committed Oct 23, 2011
1 parent 7ac6d1e commit fc3d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Buf.pm
Expand Up @@ -13,7 +13,7 @@ class Buf does Positional {
$new!set_codes(@codes);
$new;
}
method !set_codes(*@codes) {
method !set_codes(@codes) {
my int $bytes = @codes.elems;
pir::set__vPI($!buffer, $bytes);
my int $i = 0;
Expand Down

0 comments on commit fc3d314

Please sign in to comment.