From bacd6ad2edf2bf1e68b7059a49ba647451b9227a Mon Sep 17 00:00:00 2001 From: Karen Langford Date: Tue, 28 Feb 2012 17:20:30 +0100 Subject: AIX builds fail for comments using // --- client/mysqldump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/mysqldump.c b/client/mysqldump.c index a69c9306b4b..8601b533849 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -2331,10 +2331,10 @@ static uint dump_routines_for_db(char *db) { if (opt_xml) { - if (i) // Procedures. + if (i) /* Procedures. */ print_xml_row(sql_file, "routine", routine_res, &row, "Create Procedure"); - else // Functions. + else /* Functions. */ print_xml_row(sql_file, "routine", routine_res, &row, "Create Function"); continue; -- cgit v1.2.1