mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
- fixed yet another C++ comment inside a .c file
This commit is contained in:
parent
6fbd3da597
commit
794e1387d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue