mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
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) {
|
||||
return chr($n & 255).chr(($n >> 8) & 255);
|
||||
}
|
||||
?>
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user