diff options
author | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 16:27:55 -0400 |
---|---|---|
committer | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 16:27:55 -0400 |
commit | 6f245ec94c9386fe8ce368ebe67c781dbcb8b809 (patch) | |
tree | 13413812d28ed39e31dcff449fb848ca2018dc2e /client | |
parent | 5ae1ff7001044c3ef222c3c781aab636bf618d35 (diff) | |
download | mariadb-git-6f245ec94c9386fe8ce368ebe67c781dbcb8b809.tar.gz |
WL#5710 - fixed (c) character causing compile issue.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index 58ca69ed778..47646a3da81 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +/* + Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |