mysql plugin: Fix a typo: `$endptr' -> `&endptr'.
authorFlorian Forster <octo@huhu.verplant.org>
Sun, 9 Nov 2008 10:20:07 +0000 (11:20 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 9 Nov 2008 10:20:07 +0000 (11:20 +0100)
commit9d2c630cef954f3a58b83d2780eea456ed621328
tree6681d03f12121ef0f2af75370cee20e3827c519b
parentb3f9a3808f0919dabaa17707c7c4f5ed75df99cc
mysql plugin: Fix a typo: `$endptr' -> `&endptr'.

Yes, I've done a little Perl lately ;)

Also fix a non-void function without return value..
src/mysql.c