From 794e1387d3c34ab21a31d3173593ef3d47a68a69 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Sep 2003 22:45:00 +0200 Subject: - fixed yet another C++ comment inside a .c file --- strings/ctype-mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings') diff --git a/strings/ctype-mb.c b/strings/ctype-mb.c index ba53ebfb64c..dd6fbee8e17 100644 --- a/strings/ctype-mb.c +++ b/strings/ctype-mb.c @@ -292,7 +292,7 @@ uint my_instr_mb(CHARSET_INFO *cs, match->end= 0; match->mblen= 0; } - return 1; // Empty string is always found + return 1; /* Empty string is always found */ } big0= big; -- cgit v1.2.1