Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php
index 1e79a70..6c053a1 100644
--- a/system/language/english/db_lang.php
+++ b/system/language/english/db_lang.php
@@ -22,4 +22,6 @@
 $lang['db_column_definition_required'] = 'A column definition is required for that operation.';

 $lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';

 

-?>
\ No newline at end of file
+
+/* End of file db_lang.php */
+/* Location: ./system/language/english/db_lang.php */
\ No newline at end of file