From 972d85af8b861190acaace4c646297986a1e0eff Mon Sep 17 00:00:00 2001
From: "lenz@mysql.com" <>
Date: Wed, 28 Sep 2005 23:04:35 +0200
Subject: [PATCH]  - compile fix: don't use C++ - style comments in .c files!

---
 client/mysqltest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/mysqltest.c b/client/mysqltest.c
index eef9a7d50af..e28ec503d89 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -4081,7 +4081,7 @@ int main(int argc, char **argv)
     }
     else
     {
-      // Print the result to stdout
+      /* Print the result to stdout */
       printf("%s", ds_res.str);
     }
   }
-- 
2.30.9