summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@a3e5c962-4219-0410-a828-e124f845ac39>2006-02-16 21:38:47 +0000
committerzhangw <zhangw@a3e5c962-4219-0410-a828-e124f845ac39>2006-02-16 21:38:47 +0000
commit3e3a693bcb6b75587ccec22a3d49e5d678941a15 (patch)
tree0146439800203062f3c821e4da030aaf35faf2db
parentbf84f8b8982c942d3e357535f05c0c78aa3a3ff9 (diff)
downloadMPC-3e3a693bcb6b75587ccec22a3d49e5d678941a15.tar.gz
Thu Feb 16 21:36:37 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--ChangeLog7
-rwxr-xr-xhighlight_template.pl3
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 824a3c74..835af7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Feb 16 21:36:37 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * highlight_template.pl:
+
+ Added a newline at the end of the file which is required
+ by fuzz.pl.
+
Thu Feb 16 19:53:13 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
* highlight_template.pl:
diff --git a/highlight_template.pl b/highlight_template.pl
index 52f16e6e..80d953b3 100755
--- a/highlight_template.pl
+++ b/highlight_template.pl
@@ -225,4 +225,5 @@ else {
++$status;
}
-exit($status); \ No newline at end of file
+exit($status);
+