Fixes & code style changes
This commit is contained in:
@@ -244,7 +244,7 @@ class gettext_reader
|
||||
if ($cmp == 0) {
|
||||
// string is exactly in the middle => return it
|
||||
return $half;
|
||||
} else if ($cmp < 0) {
|
||||
} elseif ($cmp < 0) {
|
||||
// The string is in the upper half
|
||||
return $this->find_string($string, $start, $half);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user