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
commit c066df8cd4
1 changed files with 1 additions and 2 deletions

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)
}