Added missing comma at EOL
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 5a64286..c983fdf 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -242,7 +242,7 @@
 	'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 */