Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index 1395b7a..5cd3cca 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -43,4 +43,6 @@
 $route['default_controller'] = "welcome";

 $route['scaffolding_trigger'] = "";

 

-?>
\ No newline at end of file
+
+/* End of file routes.php */
+/* Location: ./system/application/config/routes.php */
\ No newline at end of file