From a6d894f95e0c97cdd77f79d987203d8c0a17dc8a Mon Sep 17 00:00:00 2001 From: Chuck Bell Date: Tue, 19 Jul 2011 16:27:55 -0400 Subject: [PATCH] WL#5710 - fixed (c) character causing compile issue. --- client/mysql_plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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