summaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
Diffstat (limited to 'fsa')
-rw-r--r--fsa/src/vespa/fsa/fsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsa/src/vespa/fsa/fsa.cpp b/fsa/src/vespa/fsa/fsa.cpp
index 63ff979e411..f3b7c774f8c 100644
--- a/fsa/src/vespa/fsa/fsa.cpp
+++ b/fsa/src/vespa/fsa/fsa.cpp
@@ -299,7 +299,7 @@ std::string FSA::revLookup(hash_t hash) const
if(!hasPerfectHash())
return std::string();
- last_symbol=current_symbol=0;
+ last_symbol=current_symbol=0;
while(current<hash){
last_symbol=current_symbol=0;