From ea7946658289ab768f0948c50d5aa553f6e826d1 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 29 Dec 2014 11:46:01 +0100 Subject: Fix typo coding style See https://github.com/FreshRSS/FreshRSS/issues/290 --- p/f.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/f.php') diff --git a/p/f.php b/p/f.php index f29de095d..d00b36eb0 100644 --- a/p/f.php +++ b/p/f.php @@ -28,7 +28,7 @@ function download_favicon($website, $dest) { curl_setopt($c, CURLOPT_BINARYTRANSFER, true); $img_raw = curl_exec($c); $status_code = curl_getinfo($c, CURLINFO_HTTP_CODE); - curl_close ($c); + curl_close($c); if ($status_code === 200) { $file = fopen($dest, 'w'); -- cgit v1.2.3