Removal of whitespace that should not have been there.
This commit is contained in:
parent
4ce19e4b2b
commit
e8d03cb40b
|
@ -568,5 +568,4 @@
|
||||||
function int_to_word($n) {
|
function int_to_word($n) {
|
||||||
return chr($n & 255).chr(($n >> 8) & 255);
|
return chr($n & 255).chr(($n >> 8) & 255);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue