Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2 from retupmoca/master
Fix compile (for moarvm at least)
  • Loading branch information
retupmoca committed Mar 26, 2014
2 parents bf5de44 + 054bf43 commit c9c012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBDish/mysql.pm6
Expand Up @@ -33,7 +33,7 @@ sub mysql_fetch_field( OpaquePointer $result_set )
{ * }

sub mysql_fetch_lengths( OpaquePointer $result_set )
returns CArray[Int]
returns CArray[int]
is native('libmysqlclient')
{ * }

Expand Down

0 comments on commit c9c012d

Please sign in to comment.