Browse Source

Removal of whitespace that should not have been there.

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

1
inc/functions.php

@ -569,4 +569,3 @@
return chr($n & 255).chr(($n >> 8) & 255);
}
?>

Loading…
Cancel
Save