summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2003-09-29 22:45:00 +0200
committerunknown <lenz@kallisto.local>2003-09-29 22:45:00 +0200
commit794e1387d3c34ab21a31d3173593ef3d47a68a69 (patch)
tree500799ef5df0307480bc1fce9ae70731265b8a05 /strings
parent6fbd3da597615c94b2aab7b02fd9e1b8f9092c1b (diff)
downloadmariadb-git-794e1387d3c34ab21a31d3173593ef3d47a68a69.tar.gz
- fixed yet another C++ comment inside a .c file
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-mb.c2
1 files changed, 1 insertions, 1 deletions
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;