Browse Source

Removal of whitespace that should not have been there.

pull/40/head
Savetheinternet 14 years ago
parent
commit
e8d03cb40b
  1. 3
      inc/functions.php

3
inc/functions.php

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