summaryrefslogtreecommitdiff
path: root/tools/dbtool/eventchain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbtool/eventchain.cpp')
-rw-r--r--tools/dbtool/eventchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbtool/eventchain.cpp b/tools/dbtool/eventchain.cpp
index c48ab1b821..8760363287 100644
--- a/tools/dbtool/eventchain.cpp
+++ b/tools/dbtool/eventchain.cpp
@@ -44,7 +44,7 @@ static void ConvertOldEvent( DBEvent*& dbei )
break;
} } }
else {
- if( !is_utf8_string(( char* )dbei->blob) )
+ if( !is_utf8_string(( char* )dbei->blob))
dbei->flags &= ~DBEF_UTF;
}