From e8d03cb40b53b693a9c70c56397075fcff193a69 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 16 Nov 2010 00:34:39 +1100 Subject: [PATCH] Removal of whitespace that should not have been there. --- inc/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index 9a1f27c8..0c1210e5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -568,5 +568,4 @@ function int_to_word($n) { return chr($n & 255).chr(($n >> 8) & 255); } -?> - +?> \ No newline at end of file