Move */ up one line so it doesn't catch the closing brace for EmitSTDOUT::log
Originally committed to SVN as r4411.
This commit is contained in:
parent
3ba76f196f
commit
86a3d0792a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void EmitSTDOUT::log(SinkMessage *sm) {
|
||||||
sm->line,
|
sm->line,
|
||||||
strndup(sm->message,
|
strndup(sm->message,
|
||||||
sm->len));
|
sm->len));
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
|
}
|
||||||
} // namespace log
|
} // namespace log
|
||||||
} // namespace agi
|
} // namespace agi
|
||||||
|
|
Loading…
Reference in a new issue