From e7c5bd0fecd796587373a7805ab21fd96f0359e2 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 14 Feb 2008 12:58:10 +0100 Subject: Typo. --- lib/LXRng/Index/DBI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/LXRng/Index/DBI.pm b/lib/LXRng/Index/DBI.pm index 0e2e30a..763f534 100644 --- a/lib/LXRng/Index/DBI.pm +++ b/lib/LXRng/Index/DBI.pm @@ -459,7 +459,7 @@ sub get_symbol_usage { $dbh->prepare(qq{ select f.path, u.lines from ${pre}usage u, ${pre}filereleases fr, - ${pre}files f, ${pre} revisions r + ${pre}files f, ${pre}revisions r where u.id_symbol = $symid and u.id_rfile = fr.id_rfile and fr.id_release = ? and u.id_rfile = r.id and r.id_file = f.id -- cgit v1.2.3