aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-14 12:58:10 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-14 12:58:10 +0100
commite7c5bd0fecd796587373a7805ab21fd96f0359e2 (patch)
tree08346baa9ad0d9b52263e2a88c0c0f7cd4ac9135
parentcd93fa83ba632588b357b190f47809205b9a5d91 (diff)
Typo.
-rw-r--r--lib/LXRng/Index/DBI.pm2
1 files changed, 1 insertions, 1 deletions
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