diff options
author | lenz@mysql.com <> | 2003-03-25 13:46:10 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-03-25 13:46:10 +0100 |
commit | 1c3047360c5b269d7e9a3230fcfb7c0db1bc41e5 (patch) | |
tree | 46672ccc444957401ea19eec24f7ae2e1d32046a /sql/sql_error.cc | |
parent | 7a1820c38ab80e80b6a265be4ac28cee29e166d1 (diff) | |
download | mariadb-git-1c3047360c5b269d7e9a3230fcfb7c0db1bc41e5.tar.gz |
- fixed comments so mysql_copyright does not eat the whole files
Diffstat (limited to 'sql/sql_error.cc')
-rw-r--r-- | sql/sql_error.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc index 8d3bb3ca49b..c7b1814c1d7 100644 --- a/sql/sql_error.cc +++ b/sql/sql_error.cc @@ -12,8 +12,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /********************************************************************** This file contains the implementation of error and warnings related |