- fixed yet another C++ comment inside a .c file

This commit is contained in:
unknown 2003-09-29 22:45:00 +02:00
parent 6fbd3da597
commit 794e1387d3

View File

@ -292,7 +292,7 @@ uint my_instr_mb(CHARSET_INFO *cs,
match->end= 0; match->end= 0;
match->mblen= 0; match->mblen= 0;
} }
return 1; // Empty string is always found return 1; /* Empty string is always found */
} }
big0= big; big0= big;