Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php
index 96fe167..c4d54d5 100644
--- a/system/language/english/scaffolding_lang.php
+++ b/system/language/english/scaffolding_lang.php
@@ -12,4 +12,6 @@
 $lang['scaff_no_data']			= 'No data exists for this table yet.';
 $lang['scaff_del_confirm']		= 'Are you sure you want to delete the following row:';
 
-?>
\ No newline at end of file
+
+/* End of file scaffolding_lang.php */
+/* Location: ./system/language/english/scaffolding_lang.php */
\ No newline at end of file