0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-09-16 07:09:22 +00:00

Merge pull request #96 from ericfrederich/eric_dev

Remove compiler error
This commit is contained in:
mattn
2013-12-01 15:54:46 -08:00

View File

@@ -49,7 +49,6 @@ func (err ErrNo) Error() string {
func (err Error) Error() string {
if err.err != "" {
return err.err
} else {
return errorString(err)
}
return errorString(err)
}