summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Bell <chuck.bell@oracle.com>2011-07-19 16:27:55 -0400
committerChuck Bell <chuck.bell@oracle.com>2011-07-19 16:27:55 -0400
commita6d894f95e0c97cdd77f79d987203d8c0a17dc8a (patch)
tree13413812d28ed39e31dcff449fb848ca2018dc2e
parent4b1f4d60247af3517385cc8ed3162d413703955e (diff)
downloadmariadb-git-a6d894f95e0c97cdd77f79d987203d8c0a17dc8a.tar.gz
WL#5710 - fixed (c) character causing compile issue.
-rw-r--r--client/mysql_plugin.c3
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