summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/EventList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BasicHistory/EventList.cpp')
-rw-r--r--plugins/BasicHistory/EventList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/EventList.cpp b/plugins/BasicHistory/EventList.cpp
index 45d6735883..8ac9e2eb37 100644
--- a/plugins/BasicHistory/EventList.cpp
+++ b/plugins/BasicHistory/EventList.cpp
@@ -787,7 +787,7 @@ bool EventList::GetEventData(const EventIndex& ev, EventData& data)
void EventList::GetExtEventDBei(const EventIndex& ev)
{
IImport::ExternalMessage& em = importedMessages[ev.exIdx];
- gdbei.flags = (em.flags & (~(DBEF_FIRST)) ) | 0x800;
+ gdbei.flags = (em.flags & (~(DBEF_FIRST))) | 0x800;
gdbei.eventType = em.eventType;
gdbei.timestamp = em.timestamp;
}