[Lxr-commits] CVS: lxr/lib/LXR/Files BK.pm,1.2,1.3
Brought to you by:
ajlittoz
From: Jan-Benedict G. <jb...@us...> - 2006-12-20 19:48:55
|
Update of /cvsroot/lxr/lxr/lib/LXR/Files In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32097/lib/LXR/Files Modified Files: BK.pm Log Message: Add \n to the end of the last line. Index: BK.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Files/BK.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- BK.pm 2 Nov 2005 23:39:55 -0000 1.2 +++ BK.pm 20 Dec 2006 19:48:52 -0000 1.3 @@ -302,4 +302,4 @@ return $tree_cache{$release}{$path}{$file}; } -1; \ No newline at end of file +1; |