Added missing comma at EOL(right place)
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index c983fdf..8f9880e 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -237,12 +237,12 @@
 	'fastcrawler'	=> 'FastCrawler',
 	'infoseek'		=> 'InfoSeek Robot 1.0',
 	'lycos'			=> 'Lycos',
-	'yandex'		=> 'YandexBot'
+	'yandex'		=> 'YandexBot',
 	'mediapartners-google'	=> 'MediaPartners Google',
 	'CRAZYWEBCRAWLER'	=> 'Crazy Webcrawler',
 	'adsbot-google'		=> 'AdsBot Google',
 	'feedfetcher-google'	=> 'Feedfetcher Google',
-	'curious george'	=> 'Curious George',
+	'curious george'	=> 'Curious George'
 );
 
 /* End of file user_agents.php */