Removal of whitespace that should not have been there.

This commit is contained in:
Savetheinternet 2010-11-16 00:34:39 +11:00
parent 4ce19e4b2b
commit e8d03cb40b

View File

@ -568,5 +568,4 @@
function int_to_word($n) {
return chr($n & 255).chr(($n >> 8) & 255);
}
?>
?>