add newline

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-05-11 11:22:01 +00:00
parent e5c5449be4
commit 306cdc370f

View file

@ -74,6 +74,7 @@ function printFileList($list){
if(file_exists($file)){
$f = fopen($file,"r");
fpassthru($f);
print("\n");
}
}
}