Skip to content

Commit

Permalink
Fixed bug in RecordNode
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Siegle committed Dec 5, 2012
1 parent 7eefc27 commit 3eed80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Processors/RecordNode.cpp
Expand Up @@ -372,7 +372,7 @@ String RecordNode::generateHeader(Channel* ch)

header += "header.header_bytes = ";
header += String(HEADER_SIZE);
header += ";"
header += ";";

if (ch->isEventChannel)
{
Expand Down

0 comments on commit 3eed80b

Please sign in to comment.